summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2004-01-22merge:Stefan Metzmacher1-3/+6
2004-01-15* BUG 446Gerald Carter1-0/+4
2004-01-15merge:Stefan Metzmacher1-0/+2
2004-01-15merge:Stefan Metzmacher5-34/+181
2004-01-14merge:Stefan Metzmacher1-2/+2
2004-01-13sync HEAD with recent changes in 3.0Gerald Carter8-539/+1118
2004-01-07Fix for bug #922. Fast path not called for strlower_m() and strupper_m().Jeremy Allison1-2/+2
2004-01-06isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter1-4/+9
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison1-0/+41
2004-01-06(merge from 3.0)Andrew Bartlett1-0/+6
2004-01-05(merge from 3.0)Andrew Bartlett2-3/+3
2004-01-05(merge from 3.0)Andrew Bartlett1-14/+15
2004-01-05Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked toJeremy Allison1-3/+3
2003-12-30The AFS pts command always generates completely lower-case user names. As caseVolker Lendecke1-1/+4
2003-12-25(merge from 3.0)Andrew Bartlett1-1/+1
2003-12-25This is metze's LDAP rebind sleep patch:Volker Lendecke1-0/+28
2003-12-25Fix our parsing of the LDAP url. We get around it as all decent systems seemVolker Lendecke1-1/+1
2003-12-25(merge from 3.0)Andrew Bartlett1-5/+0
2003-12-11Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limitJeremy Allison1-0/+14
2003-12-10Fix #558 -- support ISO-8859-1 internally. Makes Solaris users a bit happierAlexander Bokovoy1-0/+28
2003-12-09fix bug in get_peer_name() caused by --enable-developer and using the same sr...Gerald Carter1-3/+11
2003-12-08working on bug 687; protect against null src strings in alloc_sub_basic()Gerald Carter1-0/+7
2003-12-08make sure we use a real network address in case there are extra non-zero octe...Gerald Carter1-1/+1
2003-12-05fix %a variable for Windows 2003 -> Win2K3Gerald Carter1-10/+14
2003-12-04support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter1-0/+1
2003-12-04don't crash on a NULL priviledge pointer; patch from Jianliang LuGerald Carter1-0/+6
2003-12-01Get a little paranoid about memfree use in convert_string_allocate..Jeremy Allison1-7/+6
2003-12-01fix inverted logic caused by s/strcmp/strequal/; host allow/deny works again;...Gerald Carter1-1/+1
2003-11-22(merge from 3.0)Andrew Bartlett1-4/+10
2003-11-22Ensure that items in a list of strings containing whitespaceGerald Carter1-1/+1
2003-11-19Added useful information to debug lines.Rafal Szczesniak1-4/+4
2003-11-19Look at error before using it in debug statement.Jeremy Allison1-3/+2
2003-11-18Useful debug message. Patch by metze.Rafal Szczesniak1-3/+5
2003-11-18Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison1-1/+1
2003-11-15Split smbldap in a core file and a utility fileSimo Sorce2-175/+203
2003-11-07From 3_0:Volker Lendecke2-0/+31
2003-11-07From 3_0:Volker Lendecke2-13/+13
2003-11-05Merge of 64-bit printf warning fixes.Tim Potter3-8/+11
2003-11-05Merge from 3.0:Tim Potter1-1/+1
2003-11-05Merge from 3.0:Tim Potter1-1/+1
2003-11-05make sure that we expand %H (from vl); bug 612Gerald Carter1-0/+3
2003-11-04Fix for bug #703, try lowercase netgroups lookups.Jeremy Allison1-1/+18
2003-10-30Add string to uuid fn. Thanks aliguori.Jim McDonough1-1/+84
2003-10-30Last of the GUID->struct uuid changes.Jim McDonough1-7/+7
2003-10-30Nearing the end of the GUID -> struct uuid changes.Jim McDonough1-6/+6
2003-10-30Ok, nearing the end of the GUID->struct uuid changes.Jim McDonough1-2/+2
2003-10-30First round of merging various UUID structures.Jim McDonough2-55/+26
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-0/+1
2003-10-24Check for va_copy before you check for __va_copy, since va_copy is theRichard Sharpe1-0/+4
2003-10-23Merge from 3_0:Volker Lendecke2-12/+5