summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner1-3/+8
2007-10-10r13601: * Remove unused code from pdb_ldap.cGerald Carter1-5/+4
2007-10-10r13591: I really have no idea how this code ever worked. And I haveGerald Carter1-19/+22
2007-10-10r13574: fix build; talloctort.c should not use the TALLOC_FREE() macroGerald Carter1-40/+40
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter8-55/+55
2007-10-10r13566: Fix EA support for AIX.Günther Deschner1-0/+24
2007-10-10r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...Jeremy Allison1-12/+13
2007-10-10r13521: Implement LOOKUPNAME3 and 4.Jeremy Allison1-1/+1
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke3-914/+10
2007-10-10r13460: by popular demand....Gerald Carter1-3/+24
2007-10-10r13427: Fix ctime -> st_ctime.Jeremy Allison1-1/+1
2007-10-10r13423: Write wrapper functions (and configure tests) so we canJeremy Allison1-0/+102
2007-10-10r13409: No functional changes, just some DEBUG cleanup.Günther Deschner1-2/+2
2007-10-10r13393: Do not initialize the lp_svcctl_list() value since it is handledGerald Carter1-0/+3
2007-10-10r13374: new revision of the snprintf replace codeSimo Sorce1-176/+580
2007-10-10r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke1-7/+21
2007-10-10r13316: Let the carnage begin....Gerald Carter19-328/+920
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