summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More null deref fixes.Jeremy Allison2007-12-071-1/+1
* Don't deref null pointers.Jeremy Allison2007-12-071-1/+1
* After conversations with Jerry, remove smbctool until it'sJeremy Allison2007-12-072-3792/+0
* We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison2007-12-075-76/+2
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-0712-634/+59
* Fix call to clistr_pull_talloc.Jeremy Allison2007-12-071-1/+1
* Don't double define fstring.Jeremy Allison2007-12-071-0/+2
* Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2007-12-0710-132/+102
* Remove pstring from clitar.cJeremy Allison2007-12-071-141/+225
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-12-076-62/+176
|\
| * Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens).Günther Deschner2007-12-072-0/+2
| * Attempt to fix make test :-)Volker Lendecke2007-12-071-2/+2
| * Pass only internal oplock request values to create_fileVolker Lendecke2007-12-072-46/+71
| * More parameter shufflingVolker Lendecke2007-12-072-5/+5
| * Re-arrange create_file() parametersVolker Lendecke2007-12-072-5/+5
| * Make fname arg to create_file a "const char *"Volker Lendecke2007-12-071-6/+15
| * Fix two unused variable warningsVolker Lendecke2007-12-071-2/+0
| * Allow to set custom message in wkssvc messagebuffer.Günther Deschner2007-12-071-1/+6
| * Fix build with new werror based pidl rpc.Günther Deschner2007-12-071-4/+9
| * Add cmd_wkssvc_messagebuffersend().Günther Deschner2007-12-071-2/+37
| * Add getjoininformation to rpcclient.Günther Deschner2007-12-071-0/+26
| * Allow to set level in cmd_wkssvc_wkstagetinfo().Günther Deschner2007-12-061-0/+9
* | *Really* fix the no password -N opt :-).Jeremy Allison2007-12-062-8/+1
* | Fix the '-N' option.Jeremy Allison2007-12-061-1/+1
* | These should be char *, but replace them with [1024] for nowJeremy Allison2007-12-061-9/+10
* | Make all the tools use the proper accessor functions.Jeremy Allison2007-12-064-21/+22
* | Fix typos in auth change.Jeremy Allison2007-12-061-2/+2
* | Missed smbmnt popt.Jeremy Allison2007-12-061-1/+1
* | Get closer to building with smbmount. Move parameter line changesJeremy Allison2007-12-064-91/+143
* | Add popt to binaries in makefile. Hack clitar to compile until I fix it.Jeremy Allison2007-12-063-59/+53
* | Make cmdline_auth_info private to lib/popt_common.c. ProvideJeremy Allison2007-12-062-16/+4
* | Fix clidfs.c compile.Jeremy Allison2007-12-061-2/+3
* | Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-0618-1193/+1889
* | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-12-065-5/+17
|\|
| * Make output of net getdomainsid more meaningful. Unify spelling of SID. Displ...Karolin Seeger2007-12-061-3/+8
| * Remove an incredible amount of whitespace.Michael Adam2007-12-061-1/+1
| * Remove trailing slashes from service nameAndreas Schneider2007-12-061-0/+7
| * printing: remove emtpy print_test.cStefan Metzmacher2007-12-061-0/+0
| * libads: fix typoStefan Metzmacher2007-12-061-1/+1
* | Don't understand this. I have no changes here....Jeremy Allison2007-12-061-33/+64
|/
* Fix path length limits on cli_list (outgoing. IncomingJeremy Allison2007-12-051-5/+16
* Improve a debug message.Michael Adam2007-12-061-1/+1
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simoSimo Sorce2007-12-051-79/+178
|\
| * pstring removal.Jeremy Allison2007-12-051-79/+178
* | Merge commit 'origin/v3-2-test' into v3-2-simoSimo Sorce2007-12-052-212/+347
|\|
| * Remove arbitrary 1k limit on pathnames. Malloc them.Jeremy Allison2007-12-052-212/+347
* | Fix warningSimo Sorce2007-12-051-1/+1
* | * helper source for handling cifs kernel module upcall for kerberosIgor Mammedov2007-12-052-0/+347
* | * Adds support for cifs.spnego helper into configure and Makefile.inIgor Mammedov2007-12-052-3/+59
|/
* Compile fix to the automount support. Patch from GlaDiaC.Gerald (Jerry) Carter2007-12-051-1/+1