summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | sync with tpot's change to gencache_get() in HEADGerald Carter2003-01-241-22/+31
* | masking an assert error in Tim's wins server checking code; needs a proper fi...Gerald Carter2003-01-241-0/+11
* | Memory leak fix from Leo Qiu <leoxqiu@yahoo.com>.Jeremy Allison2003-01-241-1/+4
* | merging [un]signed declarationGerald Carter2003-01-241-1/+1
* | Merge of wins server dead list into gencache.tdbTim Potter2003-01-221-60/+54
* | Janitorial duty...Jeremy Allison2003-01-171-4/+8
* | Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison2003-01-161-2/+4
* | Remove a wayward file.Richard Sharpe2003-01-151-281/+0
* | *lots of small merges form HEADGerald Carter2003-01-152-86/+18
* | Merge from HEAD:Andrew Bartlett2003-01-141-2/+0
* | Don't touch data after a free.Jeremy Allison2003-01-131-1/+0
* | More janitorial duties. Pulling these in from samba-head.Richard Sharpe2003-01-131-0/+281
* | Added new message_send_pid() code that uses tdb append to reduce lockingJeremy Allison2003-01-111-54/+55
* | First part of efficiency fixes for message sending to pid's (cutting downJeremy Allison2003-01-101-48/+95
* | Merge from HEAD - whitespace :-)Andrew Bartlett2003-01-042-1/+1
* | Merge from HEAD - baseless parinoia about never having a closed dbf (the debugAndrew Bartlett2003-01-041-2/+4
* | Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett2003-01-042-13/+164
* | 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