summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-12-11vlp: Build vlp (virtual line printer) against current git on makeKai Blin1-1/+15
2007-12-10Don't need an fstring here, we can talloc.Jeremy Allison2-10/+9
2007-12-10Ensure we have a non-null flags. Pointed out by Andreas Schneider <anschneide...Jeremy Allison1-0/+7
2007-12-10Fix errors from next_token conversion. Spotted byJeremy Allison1-9/+5
2007-12-10Fix bug leftover from pstring conversion noticed by ceezJeremy Allison1-3/+1
2007-12-10Remove two completely unnecessary globalsVolker Lendecke1-61/+51
2007-12-10Fix return values for invalid printers. Found by kblinJeremy Allison1-5/+14
2007-12-10Forgot build options was generated... fix.Jeremy Allison1-12/+12
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison55-149/+406
2007-12-10use dbwrap_rbt in loadparm.cVolker Lendecke1-4/+2
2007-12-10Convert ServiceHash to dbwrapVolker Lendecke1-26/+47
2007-12-10dbwrap_rbtVolker Lendecke3-2/+388
2007-12-10Make the Linux rbtrees compile within SambaVolker Lendecke3-59/+55
2007-12-10Add rbtree.[ch] from the Linux kernelVolker Lendecke2-0/+558
2007-12-10Add db_tdb_fetchVolker Lendecke1-0/+27
2007-12-10Add dbwrap bystring service routinesVolker Lendecke2-0/+47
2007-12-10Correctly unbecome_root() on errorVolker Lendecke1-0/+2
2007-12-10Simplify add_session_userVolker Lendecke1-33/+25
2007-12-10Increase debug levelVolker Lendecke1-1/+1
2007-12-10Move stuff from data to textVolker Lendecke1-2/+2
2007-12-10int->boolVolker Lendecke1-2/+2
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