summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-039-159/+238
* Remove more pstrings, from the winbindd protocol def andJeremy Allison2007-12-034-15/+16
* Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison2007-12-037-98/+138
* Fix the build. fstrterminate was used in one place.Jeremy Allison2007-12-031-2/+2
* Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison2007-12-034-81/+35
* Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison2007-12-034-15/+29
* Last pstring here.Jeremy Allison2007-12-031-4/+6
* Remove pstring from clirap2 by completely rewriting the damnJeremy Allison2007-12-032-1687/+2216
* Fix shutdown callers.Günther Deschner2007-12-031-6/+7
* Fix wkssvc callers.Günther Deschner2007-12-032-8/+7
* Fix dfs callers.Günther Deschner2007-12-031-42/+56
* Fix svcctl callers.Günther Deschner2007-12-032-11/+11
* Fix winreg callers.Günther Deschner2007-12-032-33/+34
* Forgot header in previous commit.Günther Deschner2007-12-037-218/+218
* Regenerate pidl rpc client calls that are WERROR based.Günther Deschner2007-12-037-218/+1090
* Remove workaround for broken capabilites.h from lib/system.c - now in lib/rep...Michael Adam2007-12-031-18/+0
* Reformat configure checks for broken capabilities.h.Michael Adam2007-12-031-16/+24
* Move check for broken system capabilites.h headers to lib/replace.Michael Adam2007-12-032-30/+30
* Add check for ppc statfs.h header to workaround for broken capabilities.h.Michael Adam2007-12-031-1/+3
* Add decode_wkssvc_join_password_buffer().Günther Deschner2007-12-031-0/+29
* Reanimate rpcclient wkssvc command.Günther Deschner2007-12-033-65/+35
* Actually implement reboot feature for net dom join/unjoin.Günther Deschner2007-12-032-8/+77
* ReformattingVolker Lendecke2007-12-031-2/+4
* Fix some bogus uninitialized variable warningsVolker Lendecke2007-12-021-2/+2
* Bump up debug levelVolker Lendecke2007-12-021-2/+3
* In nttransact_create, we also need to check for delete readonlyVolker Lendecke2007-12-011-1/+2
* Fix some C++ warningsVolker Lendecke2007-12-012-16/+11
* Fix an uninitialized variableVolker Lendecke2007-12-011-1/+1
* Fix some C++ warningsVolker Lendecke2007-12-011-9/+3
* Fix missing error cleanup noticed by Derrell.Jeremy Allison2007-11-301-3/+6
* Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison2007-11-301-40/+85
* Whitespace cleanup.Jeremy Allison2007-11-301-209/+201
* Remove pstring from clirap.c.Jeremy Allison2007-11-302-119/+188
* Removed all pstrings from libsmbclient. Derryl pleaseJeremy Allison2007-11-301-46/+65
* Fix restart after length count.Jeremy Allison2007-11-301-1/+6
* Avoid to include net prototypes, just reference user creds.Günther Deschner2007-11-301-7/+16
* Add "net dom" command suite to "net".Günther Deschner2007-11-303-2/+4
* Add "net dom unjoin" code.Günther Deschner2007-11-301-0/+52
* Add "net dom join" code.Günther Deschner2007-11-301-0/+116
* Add header file for NetJoinDomain() and friends.Günther Deschner2007-11-301-0/+29
* Add NetUnjoinDomain().Günther Deschner2007-11-301-0/+74
* Robustness-fixes for NetJoinDomain().Günther Deschner2007-11-301-6/+13
* Give NetJoinDomain() enough time to finish.Günther Deschner2007-11-301-0/+6
* domain_name is a ref pointer.Günther Deschner2007-11-301-0/+5
* Merge join error codes from Samba 4.Günther Deschner2007-11-302-0/+8
* Add NetJoinDomain call.Günther Deschner2007-11-302-1/+87
* Move param helper routines to one place.Günther Deschner2007-11-304-46/+51
* Make encode_wkssvc_join_password_buffer() non-static.Günther Deschner2007-11-301-4/+4
* Merge encode_wkssvc_join_password_buffer() from samba4.Günther Deschner2007-11-301-0/+36
* Add talloc versions of all the next_token() functions.Jeremy Allison2007-11-302-608/+830