summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-04Ok, down to just the client/*.c code now.Jeremy Allison2-35/+52
2007-12-04Remove pstring from automount lookups. Remove premature optimization.Jeremy Allison2-72/+60
2007-12-04Remove tok pstring from util_str.cJeremy Allison2-44/+40
2007-12-04pull_ascii_pstring is gone.Jeremy Allison4-20/+21
2007-12-04The usual !pstring...Jeremy Allison5-57/+61
2007-12-04More pstring elimination.Jeremy Allison1-2/+3
2007-12-04Remove pstrings.Jeremy Allison1-84/+166
2007-12-04Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().Jeremy Allison2-15/+40
2007-12-04Remove pstr_sprintf. Replace with snprintf.Jeremy Allison1-46/+72
2007-12-04Back to pstring removal.Jeremy Allison1-12/+27
2007-12-04Fix signing bug found by Volker. That one was *subtle*.Jeremy Allison2-88/+5
2007-12-04Fix crash bug with vl's new trans handling in old transsJeremy Allison1-5/+6
2007-12-03Gone from usershare.Jeremy Allison1-61/+151
2007-12-03Don't forget to delete the stackframe.Jeremy Allison1-0/+1
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison9-159/+238
2007-12-03Remove more pstrings, from the winbindd protocol def andJeremy Allison4-15/+16
2007-12-03Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison7-98/+138
2007-12-03Fix the build. fstrterminate was used in one place.Jeremy Allison1-2/+2
2007-12-03Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison4-81/+35
2007-12-03Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison4-15/+29
2007-12-03Last pstring here.Jeremy Allison1-4/+6
2007-12-03Remove pstring from clirap2 by completely rewriting the damnJeremy Allison2-1687/+2216
2007-12-03Fix shutdown callers.Günther Deschner1-6/+7
2007-12-03Fix wkssvc callers.Günther Deschner2-8/+7
2007-12-03Fix dfs callers.Günther Deschner1-42/+56
2007-12-03Fix svcctl callers.Günther Deschner2-11/+11
2007-12-03Fix winreg callers.Günther Deschner2-33/+34
2007-12-03Forgot header in previous commit.Günther Deschner7-218/+218
2007-12-03Regenerate pidl rpc client calls that are WERROR based.Günther Deschner7-218/+1090
2007-12-03Remove workaround for broken capabilites.h from lib/system.c - now in lib/rep...Michael Adam1-18/+0
2007-12-03Reformat configure checks for broken capabilities.h.Michael Adam1-16/+24
2007-12-03Move check for broken system capabilites.h headers to lib/replace.Michael Adam2-30/+30
2007-12-03Add check for ppc statfs.h header to workaround for broken capabilities.h.Michael Adam1-1/+3
2007-12-03Add decode_wkssvc_join_password_buffer().Günther Deschner1-0/+29
2007-12-03Reanimate rpcclient wkssvc command.Günther Deschner3-65/+35
2007-12-03Actually implement reboot feature for net dom join/unjoin.Günther Deschner2-8/+77
2007-12-03ReformattingVolker Lendecke1-2/+4
2007-12-02Fix some bogus uninitialized variable warningsVolker Lendecke1-2/+2
2007-12-02Bump up debug levelVolker Lendecke1-2/+3
2007-12-01In nttransact_create, we also need to check for delete readonlyVolker Lendecke1-1/+2
2007-12-01Fix some C++ warningsVolker Lendecke2-16/+11
2007-12-01Fix an uninitialized variableVolker Lendecke1-1/+1
2007-12-01Fix some C++ warningsVolker Lendecke1-9/+3
2007-11-30Fix missing error cleanup noticed by Derrell.Jeremy Allison1-3/+6
2007-11-30Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison1-40/+85
2007-11-30Whitespace cleanup.Jeremy Allison1-209/+201
2007-11-30Remove pstring from clirap.c.Jeremy Allison2-119/+188
2007-11-30Removed all pstrings from libsmbclient. Derryl pleaseJeremy Allison1-46/+65
2007-11-30Fix restart after length count.Jeremy Allison1-1/+6
2007-11-30Avoid to include net prototypes, just reference user creds.Günther Deschner1-7/+16