Günther Deschner
2523aec6d1
s3-rap: include svcctl.h where needed.
...
Guenther
2010-08-06 15:43:37 +02:00
Günther Deschner
dbfff90185
s3: fix some build warnings.
...
Guenther
2010-04-26 22:53:00 +02:00
Günther Deschner
7259762909
s3: use generated rap header.
...
Guenther
2010-04-26 22:52:59 +02:00
Matt Kraai
a47b6ebb30
Change uint_t to unsigned int in source3
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-02-02 07:18:18 +01:00
Björn Jacke
a28596964b
s3: QNX doesn't know uint - replace with uint_t
2009-07-07 22:15:16 +02:00
Günther Deschner
1939177582
fix build warning.
...
Guenther
(This used to be commit 5076607069
)
2008-07-15 23:06:48 +02:00
Günther Deschner
da7863c4c9
Apply some const in clirap.
...
Guenther
(This used to be commit 8a1a9f967d
)
2008-04-02 12:23:07 +02:00
Jeremy Allison
fe1a12b22f
Remove pstring from clirap2 by completely rewriting the damn
...
thing :-). Now with added paranoia.
Jeremy.
(This used to be commit b6b5f92bc9
)
2007-12-03 14:09:48 -08:00
Jeremy Allison
e23fea9201
Whitespace cleanup.
...
Jeremy.
(This used to be commit 4dfe19be1c
)
2007-11-30 16:45:44 -08:00
Jeremy Allison
30191d1a57
RIP BOOL. Convert BOOL -> bool. I found a few interesting
...
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
(This used to be commit f35a266b3c
)
2007-10-18 17:40:25 -07:00
Karolin Seeger
4d910553dc
Add net rap file user
...
(This used to be commit 2972c97e5e
)
2007-10-18 13:12:58 +02:00
Andrew Tridgell
5e54558c6d
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
...
(This used to be commit b0132e94fc
)
2007-10-10 12:28:22 -05:00
Jeremy Allison
d824b98f80
r23779: Change from v2 or later to v3 or later.
...
Jeremy.
(This used to be commit 407e6e695b
)
2007-10-10 12:28:20 -05:00
Jeremy Allison
0a2cc569a1
r22045: As Volker noticed, skip_string's last argument is
...
redundent. Remove it.
Jeremy.
(This used to be commit 140881cfbb
)
2007-10-10 12:19:05 -05:00
Jeremy Allison
261c004d7b
r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,
...
but I've no option.
Jeremy.
(This used to be commit c3a565081d
)
2007-10-10 12:19:01 -05:00
Volker Lendecke
cfed7a5a71
r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same.
...
Implement 'net rap server name'.
Volker
(This used to be commit 919385ed2a
)
2007-10-10 12:15:20 -05:00
Jeremy Allison
fbdcf2663b
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
...
to do the upper layer directories but this is what
everyone is waiting for....
Jeremy.
(This used to be commit 9dafb7f48c
)
2007-10-10 11:19:14 -05:00
Jeremy Allison
95a81a3351
r16606: Klocwork #1990 . Malloc the correct size.
...
Jeremy.
(This used to be commit d1a1c4e092
)
2007-10-10 11:19:03 -05:00
Tim Potter
ab398643a4
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
...
(This used to be commit 985dbb47d9
)
2007-10-10 11:00:11 -05:00
Derrell Lipman
1d08b9013a
r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than
...
a directory, the errno returned could end up as ENOENT rather than ENOTDIR.
- Fixes some compiler warnings which showed up on IRIX, as reported by
James Peach.
(This used to be commit 615a62b21f
)
2007-10-10 10:56:40 -05:00
Volker Lendecke
1875e46d05
r6275: Implement RAP version of enumusers/enumgroups level 0. No, I've not gone mad,
...
this is to test future changes to enumeration functions...
This can successfully list users from nt4 and w2k3sp1.
Volker
(This used to be commit c73f2656fd
)
2007-10-10 10:56:34 -05:00
Herb Lewis
062f89bc28
get rid of some sompiler warnings on IRIX
...
(This used to be commit a6a39c61e8
)
2003-08-15 01:42:30 +00:00
Jeremy Allison
ce72beb2b5
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
...
I really want people to think about when they're using multibyte strings.
Jeremy.
(This used to be commit ff222716a0
)
2003-07-03 19:11:31 +00:00
Andrew Bartlett
634c54310c
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
...
warnings. (Adds a lot of const).
Andrew Bartlett
(This used to be commit 3a7458f947
)
2003-01-03 08:28:12 +00:00
Andrew Tridgell
e90b652848
updated the 3.0 branch from the head branch - ready for alpha18
...
(This used to be commit 03ac082dcb
)
2002-07-15 10:35:28 +00:00
Tim Potter
cd68afe312
Removed version number from file header.
...
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
(This used to be commit 6a58c9bd06
)
2002-01-30 06:08:46 +00:00
Jeremy Allison
30be58a857
Got serious about const again.
...
REMOVED BZERO CALLS YET AGAIN !!! Why do these keep creeping back in....
They are *NOT* POSIX. I'm also thinking of removing strncpy as I'm sure
it's not being used correctly....
Jeremy.
(This used to be commit b1930abb35
)
2001-11-04 00:14:08 +00:00
Steve French
22926c814d
Added support for UserListGroups, ServiceEnum
...
(This used to be commit 4e882289b0
)
2001-11-03 21:12:44 +00:00
Jeremy Allison
88b55f47b4
Move from timestamp to gen count file id's for finding oplocked files
...
in a tdb.
Jeremy.
(This used to be commit 058ae6b58f
)
2001-10-20 21:59:34 +00:00
Jim McDonough
d095275326
Add additional client RAP calls
...
(This used to be commit b94427ddd5
)
2001-10-19 16:50:15 +00:00