1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

23866 Commits

Author SHA1 Message Date
Jeremy Allison
95842ae4e1 Back to pstring removal.
Jeremy.
2007-12-04 14:02:25 -08:00
Jeremy Allison
816aea6c1a Fix signing bug found by Volker. That one was *subtle*.
Jeremy
2007-12-04 13:30:22 -08:00
Jeremy Allison
f04e37a630 Fix crash bug with vl's new trans handling in old transs
calls. Make this look like the (working) transs2 handling
(replace inbuf, not write to outbuf - outbuf isn't allocated
yet so you get a null deref).
Jeremy.
2007-12-04 12:53:21 -08:00
Jeremy Allison
f1555f4f0d Gone from usershare.
Jeremy.
2007-12-03 19:19:19 -08:00
Jeremy Allison
0551ee3402 Don't forget to delete the stackframe.
Jeremy.
2007-12-03 18:56:54 -08:00
Jeremy Allison
0411635511 Getting to the home stretch for elimination of pstrings...
Jeremy.
2007-12-03 18:48:41 -08:00
Jeremy Allison
9ccac8abb0 Remove more pstrings, from the winbindd protocol def and
inside winbindd. Remove unused pstring types.
Jeremy.
2007-12-03 17:57:46 -08:00
Jeremy Allison
f9c8d62389 Make strhex_to_str clear on string limits. Remove pstring from web/*.c
Jeremy.
2007-12-03 17:17:05 -08:00
Jeremy Allison
0ccd87c56b Fix the build. fstrterminate was used in one place.
Jeremy.
2007-12-03 15:47:30 -08:00
Jeremy Allison
e72bce5b62 Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.c
Jeremy.
2007-12-03 15:19:22 -08:00
Jeremy Allison
7722a7d2c6 Change tdb_unpack "P" to return a malloc'ed string rather
than expect a pstring space to put data into.
Fix the (few) callers.
Jeremy.
2007-12-03 14:54:06 -08:00
Jeremy Allison
98d86dcbd8 Last pstring here.
Jeremy.
2007-12-03 14:11:45 -08:00
Jeremy Allison
b6b5f92bc9 Remove pstring from clirap2 by completely rewriting the damn
thing :-). Now with added paranoia.
Jeremy.
2007-12-03 14:09:48 -08:00
Günther Deschner
de2fdc6b5a Fix shutdown callers.
Guenther
2007-12-03 18:43:19 +01:00
Günther Deschner
b734cd8aab Fix wkssvc callers.
Guenther
2007-12-03 18:43:19 +01:00
Günther Deschner
0a8759d011 Fix dfs callers.
Guenther
2007-12-03 18:43:19 +01:00
Günther Deschner
91bf2ac1af Fix svcctl callers.
Guenther
2007-12-03 18:43:19 +01:00
Günther Deschner
677d9e6d86 Fix winreg callers.
Guenther
2007-12-03 18:43:19 +01:00
Günther Deschner
8a1b306b82 Forgot header in previous commit.
Guenther
2007-12-03 18:43:19 +01:00
Günther Deschner
298b0ce951 Regenerate pidl rpc client calls that are WERROR based.
Guenther
2007-12-03 18:43:19 +01:00
Michael Adam
a3fbb53232 Remove workaround for broken capabilites.h from lib/system.c - now in lib/replace.
Michael
2007-12-03 16:54:13 +01:00
Michael Adam
834a16225a Reformat configure checks for broken capabilities.h.
Michael
2007-12-03 16:54:12 +01:00
Michael Adam
8ec10c4ab1 Move check for broken system capabilites.h headers to lib/replace.
Michael
2007-12-03 16:54:12 +01:00
Michael Adam
07e6cfdc62 Add check for ppc statfs.h header to workaround for broken capabilities.h.
Taken from s3:lib/system.c

Michael
2007-12-03 16:54:12 +01:00
Günther Deschner
ba2a544baf Add decode_wkssvc_join_password_buffer().
Guenther
2007-12-03 14:06:52 +01:00
Günther Deschner
1d615e3ac3 Reanimate rpcclient wkssvc command.
Guenther
2007-12-03 13:08:20 +01:00
Günther Deschner
bbbeeba163 Actually implement reboot feature for net dom join/unjoin.
Guenther
2007-12-03 11:17:57 +01:00
Volker Lendecke
28c0a77ec1 Reformatting 2007-12-03 10:53:29 +01:00
Volker Lendecke
48a162b709 Fix some bogus uninitialized variable warnings 2007-12-02 23:39:12 +01:00
Volker Lendecke
d3c839c22e Bump up debug level
Fix bug 5115
2007-12-02 12:54:11 +01:00
Volker Lendecke
f4cc9cab51 In nttransact_create, we also need to check for delete readonly 2007-12-01 10:43:54 -08:00
Volker Lendecke
156c7f10bb Fix some C++ warnings 2007-12-01 10:43:35 -08:00
Volker Lendecke
edce7bd7a9 Fix an uninitialized variable 2007-12-01 10:43:23 -08:00
Volker Lendecke
1be19f0788 Fix some C++ warnings
I think were are actually bugs.
2007-12-01 10:43:11 -08:00
Jeremy Allison
37f00926c2 Fix missing error cleanup noticed by Derrell.
Jeremy.
2007-11-30 21:57:43 -08:00
Jeremy Allison
3e65fa5bcf Ensure we have 2 bytes of zeros as a pad-buffer at the
end of all returned trans/trans2/nttrans client replies.
Not included in a count - for safety purposes.
Jeremy.
2007-11-30 18:02:19 -08:00
Jeremy Allison
4dfe19be1c Whitespace cleanup.
Jeremy.
2007-11-30 16:45:44 -08:00
Jeremy Allison
6e27663cb4 Remove pstring from clirap.c.
Jeremy.
2007-11-30 16:13:35 -08:00
Jeremy Allison
9d0034faed Removed all pstrings from libsmbclient. Derryl please
check. Passes valgrind tests I've run in examples/libsmbclient.
Jeremy.
2007-11-30 14:19:55 -08:00
Jeremy Allison
fa8115f32b Fix restart after length count.
Jeremy.
2007-11-30 14:15:34 -08:00
Günther Deschner
09e01a4716 Avoid to include net prototypes, just reference user creds.
Guenther
2007-11-30 22:25:01 +01:00
Günther Deschner
a41f9aef84 Add "net dom" command suite to "net".
Guenther
2007-11-30 22:25:01 +01:00
Günther Deschner
58d49023b9 Add "net dom unjoin" code.
Guenther
2007-11-30 22:25:01 +01:00
Günther Deschner
177dab0ce3 Add "net dom join" code.
Guenther
2007-11-30 22:25:01 +01:00
Günther Deschner
7cea527e87 Add header file for NetJoinDomain() and friends.
Guenther
2007-11-30 22:25:01 +01:00
Günther Deschner
fd9d73ad44 Add NetUnjoinDomain().
Guenther
2007-11-30 22:25:01 +01:00
Günther Deschner
2d5236cc37 Robustness-fixes for NetJoinDomain().
Guenther
2007-11-30 22:25:01 +01:00
Günther Deschner
7f021b3cb7 Give NetJoinDomain() enough time to finish.
Guenther
2007-11-30 22:25:01 +01:00
Günther Deschner
b350e482b9 domain_name is a ref pointer.
Guenther
2007-11-30 22:25:01 +01:00
Günther Deschner
88a01bd810 Merge join error codes from Samba 4.
Guenther
2007-11-30 22:25:01 +01:00