summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Add const to DEBUG() macro.Andrew Bartlett2002-11-151-3/+3
* Move 'weird' character set into new 'developer' moduleJelmer Vernooij2002-11-131-108/+0
* Add a DEBUG() that gives the number of successfully loaded modules - useful f...Jelmer Vernooij2002-11-131-0/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-1210-718/+892
* Don't throw out WEIRD - yet (I committed my local changes together with my la...Jelmer Vernooij2002-11-121-0/+108
* Fix segfault with high debug levelsJelmer Vernooij2002-11-121-109/+1
* Add smb_register_charset() and use itJelmer Vernooij2002-11-121-33/+65
* Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
* consolidate error mapping functions into a single fileSimo Sorce2002-11-101-75/+0
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-11/+2
* patches from UrbanGerald Carter2002-11-081-0/+2
* Fix compiler warnings.Tim Potter2002-11-061-4/+5
* Remove dummy function I used for testingJelmer Vernooij2002-11-021-7/+0
* Add more options to popt_common and use them. Current ones are:Jelmer Vernooij2002-11-021-7/+52
* add smb_load_modules() to load a list of modules - does this function look ok ?Jelmer Vernooij2002-10-311-0/+22
* Fix build. Don't use BSD setenv. Use POSIX putenv.Jim McDonough2002-10-301-3/+6
* use sys_dlopen instead of dlopen (thanks to jra for noticing)Jelmer Vernooij2002-10-301-1/+1
* - Remove RTLD_GLOBALJelmer Vernooij2002-10-301-3/+4
* added a timegm() function for systems that don't have itAndrew Tridgell2002-10-301-0/+22
* Add initial vesion of new module systemJelmer Vernooij2002-10-301-0/+63
* Fix bug in '-d'Jelmer Vernooij2002-10-261-1/+1
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-231-92/+108
* reverted an incorrect fix. What I was trying to do was fix a problemAndrew Tridgell2002-10-211-1/+1
* a space is a standard valid character in a filenameAndrew Tridgell2002-10-211-1/+1
* Bugfix for pidfile_create() from Kelledin.Tim Potter2002-10-211-1/+1
* It seems that I'm meant to be using the helper function here, not the structAndrew Bartlett2002-10-181-1/+1
* Format objectGUIDs on ads dumps.Jim McDonough2002-10-181-4/+35
* Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...Jeremy Allison2002-10-181-38/+68
* Nice *big* patch from metze.Andrew Bartlett2002-10-121-0/+24
* try to put every security descriptors related definitions in the same file.Simo Sorce2002-10-062-14/+30
* Add more common options to popt_common - and start usingJelmer Vernooij2002-10-051-6/+54
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-1/+1
* Remove useless spaces - this broke make protoJelmer Vernooij2002-10-041-1/+1
* Another patch from Steve Langasek <vorlon@netexpress.net>, again from theAndrew Bartlett2002-10-032-6/+6
* Added const. Anal formatting fixup.Jeremy Allison2002-10-021-175/+222
* Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison2002-10-011-3/+2
* Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger...Jeremy Allison2002-09-301-3/+84
* Don't zero out numwritten before using.... Found by Pierre Belanger belanger@...Jeremy Allison2002-09-301-2/+2
* Fix the compile issue in bin/samtest, and make the 'system' token just have theAndrew Bartlett2002-09-301-5/+2
* Remove sam/api.c.Andrew Bartlett2002-09-291-0/+26
* Add const.Andrew Bartlett2002-09-281-1/+1
* Add const.Andrew Bartlett2002-09-281-4/+4
* Vance picked up a pile of typos etc at the CIFS confernce, and finally got themAndrew Bartlett2002-09-271-8/+8
* Some small cleanups to the libads code (mainly error checking), and give aAndrew Bartlett2002-09-271-2/+2
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*Andrew Bartlett2002-09-261-2/+12
* Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett2002-09-251-57/+0
* Merge of "profile acls" code.Jeremy Allison2002-09-251-2/+7
* Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison2002-09-211-5/+5
* HPUX sendfile is now detected correctly.Jeremy Allison2002-09-181-1/+2
* Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison2002-09-172-72/+2