summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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