summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-09Get rid of the msgbuf[1600]Volker Lendecke1-98/+132
2007-12-08Fix C++ warningsVolker Lendecke5-16/+16
2007-12-08Fix two incompatible pointer warningsVolker Lendecke2-2/+2
2007-12-07Add define guards around FSTRING_LEN.Jeremy Allison1-0/+2
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison29-406/+563
2007-12-07A requiem for pstring.Jeremy Allison1-0/+18
2007-12-07More null deref fixes.Jeremy Allison1-4/+4
2007-12-07More null deref fixes.Jeremy Allison1-1/+1
2007-12-07Don't deref null pointers.Jeremy Allison1-1/+1
2007-12-07After conversations with Jerry, remove smbctool until it'sJeremy Allison2-3792/+0
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison5-76/+2
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison12-634/+59
2007-12-07Fix call to clistr_pull_talloc.Jeremy Allison1-1/+1
2007-12-07Don't double define fstring.Jeremy Allison1-0/+2
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison10-132/+102
2007-12-07Remove pstring from clitar.cJeremy Allison1-141/+225
2007-12-07Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison6-62/+176
2007-12-07Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens).Günther Deschner2-0/+2
2007-12-07Attempt to fix make test :-)Volker Lendecke1-2/+2
2007-12-07Pass only internal oplock request values to create_fileVolker Lendecke2-46/+71
2007-12-07More parameter shufflingVolker Lendecke2-5/+5
2007-12-07Re-arrange create_file() parametersVolker Lendecke2-5/+5
2007-12-07Make fname arg to create_file a "const char *"Volker Lendecke1-6/+15
2007-12-07Fix two unused variable warningsVolker Lendecke1-2/+0
2007-12-07Allow to set custom message in wkssvc messagebuffer.Günther Deschner1-1/+6
2007-12-07Fix build with new werror based pidl rpc.Günther Deschner1-4/+9
2007-12-07Add cmd_wkssvc_messagebuffersend().Günther Deschner1-2/+37
2007-12-07Add getjoininformation to rpcclient.Günther Deschner1-0/+26
2007-12-06*Really* fix the no password -N opt :-).Jeremy Allison2-8/+1
2007-12-06Fix the '-N' option.Jeremy Allison1-1/+1
2007-12-06These should be char *, but replace them with [1024] for nowJeremy Allison1-9/+10
2007-12-06Make all the tools use the proper accessor functions.Jeremy Allison4-21/+22
2007-12-06Fix typos in auth change.Jeremy Allison1-2/+2
2007-12-06Missed smbmnt popt.Jeremy Allison1-1/+1
2007-12-06Get closer to building with smbmount. Move parameter line changesJeremy Allison4-91/+143
2007-12-06Add popt to binaries in makefile. Hack clitar to compile until I fix it.Jeremy Allison3-59/+53
2007-12-06Make cmdline_auth_info private to lib/popt_common.c. ProvideJeremy Allison2-16/+4
2007-12-06Fix clidfs.c compile.Jeremy Allison1-2/+3
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison18-1193/+1889
2007-12-06Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison5-5/+17
2007-12-06Allow to set level in cmd_wkssvc_wkstagetinfo().Günther Deschner1-0/+9
2007-12-06Don't understand this. I have no changes here....Jeremy Allison1-33/+64
2007-12-06Make output of net getdomainsid more meaningful. Unify spelling of SID. Displ...Karolin Seeger1-3/+8
2007-12-06Remove an incredible amount of whitespace.Michael Adam1-1/+1
2007-12-06Remove trailing slashes from service nameAndreas Schneider1-0/+7
2007-12-06printing: remove emtpy print_test.cStefan Metzmacher1-0/+0
2007-12-06libads: fix typoStefan Metzmacher1-1/+1
2007-12-05Fix path length limits on cli_list (outgoing. IncomingJeremy Allison1-5/+16
2007-12-06Improve a debug message.Michael Adam1-1/+1
2007-12-05Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simoSimo Sorce1-79/+178