summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-032-3/+7
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-0312-26/+27
* Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett2003-01-035-7/+7
* Merge from HEAD - tridge's new timegm() that actually works on solaris.Andrew Bartlett2003-01-031-18/+15
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-1/+0
* talloc_init_named -> talloc_init.Jeremy Allison2002-12-221-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-4/+4
* merge from 2.2Herb Lewis2002-12-191-0/+2
* The name pointer in the talloc context must not be a talloced entry asJeremy Allison2002-12-141-2/+13
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-112-0/+13
* The _abs time functions should not be converting from/to GMT.Jeremy Allison2002-12-101-18/+11
* Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison2002-12-061-0/+6
* fns for retrieving dns host name and domain name (get rid of lp_realm hacks).Jim McDonough2002-12-031-0/+56
* Merge from HEAD, struct in_addr is always in network byte order, so we don'tAndrew Bartlett2002-12-011-5/+0
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+1
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-232-10/+23
* merged the %U changes to 3.0Andrew Tridgell2002-11-201-5/+24
* Merge from HEAD:Andrew Bartlett2002-11-151-3/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-1210-718/+892
* Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
* sync with headSimo Sorce2002-11-101-75/+0
* Last sync with HEADJelmer Vernooij2002-11-091-11/+2
* Sync with HEADJelmer Vernooij2002-11-092-7/+71
* patches from UrbanGerald Carter2002-11-081-0/+2
* port sec_desc headers reordering from HEAD.Simo Sorce2002-11-021-2/+2
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-0/+24
* Sync with HEADJelmer Vernooij2002-10-291-1/+1
* Move guid formatting functions over from HEAD.Jim McDonough2002-10-291-4/+35
* Sync with HEADJelmer Vernooij2002-10-281-5/+53
* Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2002-10-263-7/+7
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-231-92/+108
* Bugfix for pidfile_create() from Kelledin.Tim Potter2002-10-211-1/+1
* Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...Jeremy Allison2002-10-181-51/+97
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-1/+1
* Added const. Anal formatting fixup.Jeremy Allison2002-10-021-175/+222
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-014-9/+32
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-6/+6
* 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
* sync with HEADGerald Carter2002-09-261-2/+12
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2519-220/+290
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-09-252-0/+621
|\
| * 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
| * Actually use sendfile if selected.Jeremy Allison2002-09-171-2/+2
| * Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-171-7/+17