summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter1-11/+9
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2-8/+8
2007-10-10r13231: apparently strncat() is converted to strcat() on RH7.3 and similar sy...Gerald Carter1-2/+4
2007-10-10r13093: adding vendor patch level string as announced on samba-technical mlGerald Carter1-0/+6
2007-10-10r13058: Add %w macro for the winbind seperator which allows us for exampleLars Müller1-0/+6
2007-10-10r13024: Add is_null_sid.Günther Deschner1-0/+6
2007-10-10r12953: Support the TCP_FASTACK socket option if it is available. Note that t...James Peach1-0/+3
2007-10-10r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ba...Gerald Carter1-1/+4
2007-10-10r12855: Remove erroneous commenting out of valgrind fix.Jeremy Allison1-1/+1
2007-10-10r12714: Fix segfault in pdb_nds.c.Günther Deschner1-4/+4
2007-10-10r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison5-21/+68
2007-10-10r12398: adding Guenther's account policy migration fixGerald Carter1-12/+73
2007-10-10r12387: Make string_to_sid a little more silent.Jeremy Allison1-2/+2
2007-10-10r12313: Introduce yet another copy of the string_sub function:Volker Lendecke1-1/+73
2007-10-10r12306: ReformattingVolker Lendecke1-38/+69
2007-10-10r12303: Move split_domain_and_name to util_getent.c and make it static there.Volker Lendecke2-28/+31
2007-10-10r12291: Make getgroups_user static.Volker Lendecke1-2/+2
2007-10-10r12279: unix_mask_match has been broken for *ever*... (How).Jeremy Allison1-1/+2
2007-10-10r12169: Remove an unused functionVolker Lendecke1-35/+0
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke1-42/+3
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison4-4/+4
2007-10-10r12038: This file is no longer used, and no one noticed....Jeremy Allison1-86/+0
2007-10-10r11985: Move to LGPL as per tridge's Samba4 change.Jeremy Allison1-14/+18
2007-10-10r11962: Bring talloc up to date with Samba4, re-add theJeremy Allison2-52/+226
2007-10-10r11876: When we are using START_TLS to secure the LDAP connection, we *have* toGünther Deschner1-3/+12
2007-10-10r11874: Merge LDAP connection setup in lib/smbldap.c and pdb_nds.c.Günther Deschner1-50/+137
2007-10-10r11845: Removed error code list as it isn't correct for Linux.Jeremy Allison1-8/+0
2007-10-10r11841: Fix #3262 from Timur Bakeyev to improve reporting on FreeBSD DOSJeremy Allison1-33/+41
2007-10-10r11799: Added OpenSSH fix for "%.*s" format crash. From Darren TuckerJeremy Allison1-1/+22
2007-10-10r11764: Doesn't need to be exported from here.Jeremy Allison1-1/+1
2007-10-10r11732: Remember to return early if -1 returned from *BSD EA call.Jeremy Allison1-0/+12
2007-10-10r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...Volker Lendecke1-0/+28
2007-10-10r11655: Two small fixesGerald Carter1-4/+26
2007-10-10r11614: Replace old crc32 code with one from the FreeBSD tree.Jeremy Allison1-56/+92
2007-10-10r11560: Fix core dump if setmntent returns NULL.Jeremy Allison1-0/+3
2007-10-10r11530: Add the "time offset" parameter back in for people whoJeremy Allison1-1/+1
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2-244/+234
2007-10-10r11446: Remove unused fn. Remove unneeded strncpy use.Jeremy Allison1-7/+2
2007-10-10r11383: Patch from Alex Masterov <alex@infobit.ru> to fixJeremy Allison1-3/+83
2007-10-10r11230: Remove the '//' i was using to test something...oopsJim McDonough1-1/+1
2007-10-10r11229: an even bigger speedup spotted by Volker. string_to_sid() is now tak...Jim McDonough1-2/+2
2007-10-10r11228: Speed up string_to_sid by removing next_token calls, thus eliminatingJim McDonough1-34/+27
2007-10-10r11159: Added some const to fix warnings.Jeremy Allison2-4/+4
2007-10-10r11156: Remove valgrind disabling ifdef that got added by mistake.Jeremy Allison1-2/+0
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison7-94/+101
2007-10-10r10976: Fix the build with openssl-0.9.8a.Günther Deschner2-0/+4
2007-10-10r10962: fix setting of quotas on linux kernel with theStefan Metzmacher1-0/+1
2007-10-10r10730: Janitor for tridge on the "fix to talloc_parent() from Michael O'Brien".Jeremy Allison1-1/+1
2007-10-10r10674: We no do define timeval_currentVolker Lendecke1-7/+0
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter17-281/+720