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