summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Tiny simplificationsVolker Lendecke2007-12-108-21/+22
* Remove a staticVolker Lendecke2007-12-101-11/+9
* Remove two staticsVolker Lendecke2007-12-101-39/+17
* remove a staticVolker Lendecke2007-12-101-12/+18
* Many systems don't have sa_len as part of struct sockaddr.Jeremy Allison2007-12-091-1/+1
* Support fetching very long server lists with RAP_NetServerEnum3.James Peach2007-12-091-42/+125
* Choose a better default for sockaddr length.James Peach2007-12-091-1/+1
* Specifically ask for IP4 addresses if we don't have IP6 support.James Peach2007-12-091-0/+5
* Make sure NULL is defined to the IPv6 test doesn't spuriously fail.James Peach2007-12-091-0/+1
* Fix connect(2) callers to use correct sockaddr size.James Peach2007-12-094-7/+26
* Move load_case_tables() to after logging is set up. This can logJames Peach2007-12-091-1/+2
* Don't copy the rpc function pointersVolker Lendecke2007-12-091-7/+3
* C++ warningVolker Lendecke2007-12-091-1/+1
* Get rid of the msgbuf[1600]Volker Lendecke2007-12-091-98/+132
* Fix C++ warningsVolker Lendecke2007-12-085-16/+16
* Fix two incompatible pointer warningsVolker Lendecke2007-12-082-2/+2
* Add define guards around FSTRING_LEN.Jeremy Allison2007-12-071-0/+2
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-0729-406/+563
* A requiem for pstring.Jeremy Allison2007-12-071-0/+18
* More null deref fixes.Jeremy Allison2007-12-071-4/+4
* 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