summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r2070: Let's try to overload srnlen and strndup for AIX where they are natly ...Simo Sorce2007-10-101-2/+2
* r2026: Simplify statcache to use an in-memory tdb. Modify tdb to useJeremy Allison2007-10-101-316/+0
* r2023: If there's garbage in the pidfile, we should not panic but assume that...Volker Lendecke2007-10-101-0/+7
* r1890: Cut down on debug messages from is_in_path. paulgPaul Green2007-10-101-3/+2
* r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter2007-10-101-2/+4
* r1834: prevent infinite recusion in reopen_logs() when expanding the smb.conf...Gerald Carter2007-10-101-1/+7
* r1810: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison2007-10-101-0/+1
* r1684: Patch for bug #1578 based on fix from Alexander E. Patrakov,Jeremy Allison2007-10-101-12/+19
* r1656: Patch from James Peach:Vance Lankhaar2007-10-101-0/+2
* r1608: Fix from Nick THOMPSON <nickthompson@agere.com> to protect smbdJeremy Allison2007-10-101-3/+8
* r1588: This is one of the more pathetic patches I ever checked in. Many hours ofVolker Lendecke2007-10-101-95/+72
* r1570: merging changes from 3.0.5Gerald Carter2007-10-101-4/+12
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-103-15/+27
* r1425: Fix memleak in interactive mode. Reformat..Jeremy Allison2007-10-101-312/+292
* r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison2007-10-101-2/+25
* r1392: Added password history code to tdbsam backend. Not yet tested (ie. mayJeremy Allison2007-10-101-1/+1
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2007-10-101-13/+11
* r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison2007-10-101-12/+11
* r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison2007-10-101-1/+1
* r1248: Fix from Nick Wellnhofer <wellnhofer@aevum.de> to preventJeremy Allison2007-10-101-4/+8
* r1215: Intermediate checkin of the new keytab code. I need to make sure IJeremy Allison2007-10-101-0/+15
* r1156: Ensure new remote arch of CIFSFS is seen.Jeremy Allison2007-10-101-0/+3
* r1111: Rename vsnprintf to smb_vsnprintf so we don't get duplicate symbol errorsJelmer Vernooij2007-10-101-1/+1
* r1106: Lars Mueller <lmuelle@suse.de> asked me to apply this patch, as this i...Volker Lendecke2007-10-101-5/+9
* r1104: get_called_name is used in the printing subsystem. In case of multi-homedVolker Lendecke2007-10-101-0/+22
* r1087: BUG 1221: revert old change that used single and double quotes as deli...Gerald Carter2007-10-101-1/+1
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-0/+6
* r993: BUG 703 -- finishing patch by Eric Boehm <boehm@nortelnetworks.com> for...Gerald Carter2007-10-101-14/+17
* r938: on an error save the original errno before calling iconv to resetHerb Lewis2007-10-101-1/+5
* r907: fixing browse.dat bug -- don't include the resouce byte from the netbio...Gerald Carter2007-10-101-1/+1
* r772: fix cut and paste error in commentHerb Lewis2007-10-101-1/+1
* r647: fix for setting the called name to by our IP if the called name was *SM...Gerald Carter2007-10-102-24/+6
* r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.Jeremy Allison2007-10-101-0/+3
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-103-25/+10
* r487: fixing some compile issues with the IBM AIX compiler reoported on the m...Gerald Carter2007-10-102-6/+8
* r470: BUG 1302: fix seg fault by not trying to optimize a list of invalid gid...Gerald Carter2007-10-101-5/+4
* r449: Two AFS-related things:Volker Lendecke2007-10-102-228/+237
* r428: add acls debug classHerb Lewis2007-10-101-0/+1
* r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of time...Andrew Tridgell2007-10-101-0/+1
* r416: add a newline to the debuglevel message returned stringHerb Lewis2007-10-101-3/+4
* r316: Fix split_domain_name. This defaulted to get_myname() instead ofVolker Lendecke2007-10-101-8/+14
* r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli...Gerald Carter2007-10-102-0/+50
* r196: merging struct uuid from trunkGerald Carter2007-10-103-58/+112
* r116: volker's patch for local group and group nestingGerald Carter2007-10-102-0/+20
* r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call.Andrew Bartlett2007-10-101-0/+11
* r91: Fix lsalookupnames. Previously we'd fail if we didn't find the name, butJim McDonough2007-10-101-0/+7
* r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough2007-10-101-1/+0
* r39: * importing .cvsignore filesGerald Carter2007-10-101-3/+0
* "Fixing my FORTRAN". Ensure we always have some valid char converter for theJeremy Allison2004-04-011-4/+14
* This restructures lib/afs.c so that the token data can be but into aVolker Lendecke2004-04-011-67/+294