summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-12-10Tiny simplificationsVolker Lendecke8-21/+22
2007-12-10Remove a staticVolker Lendecke1-11/+9
2007-12-10Remove two staticsVolker Lendecke1-39/+17
2007-12-10remove a staticVolker Lendecke1-12/+18
2007-12-09Many systems don't have sa_len as part of struct sockaddr.Jeremy Allison1-1/+1
2007-12-09Support fetching very long server lists with RAP_NetServerEnum3.James Peach1-42/+125
2007-12-09Choose a better default for sockaddr length.James Peach1-1/+1
2007-12-09Specifically ask for IP4 addresses if we don't have IP6 support.James Peach1-0/+5
2007-12-09Make sure NULL is defined to the IPv6 test doesn't spuriously fail.James Peach1-0/+1
2007-12-09Fix connect(2) callers to use correct sockaddr size.James Peach4-7/+26
2007-12-09Move load_case_tables() to after logging is set up. This can logJames Peach1-1/+2
2007-12-09Don't copy the rpc function pointersVolker Lendecke1-7/+3
2007-12-09C++ warningVolker Lendecke1-1/+1
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