summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison2007-10-101-2/+2
* r9536: Fix one more DIR -> SMB_STRUCT_DIR typo.Jeremy Allison2007-10-101-1/+1
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison2007-10-101-6/+6
* r9353: Updating troublshooting error message.John Terpstra2007-10-101-1/+2
* r9325: Remember to ignore FILE_SHARE_DELETE when mapping to old shareJeremy Allison2007-10-101-2/+1
* r9282: Whitespace.Jeremy Allison2007-10-101-10/+10
* r9271: Fix problems with german umlauts - strcmp_w was broken (needs to alway...Jeremy Allison2007-10-102-9/+9
* r9203: Bugzilla bug #2314. Cast away the const of the dev argument to quotact...James Peach2007-10-101-14/+14
* r9201: Ouch.... :-(Volker Lendecke2007-10-101-1/+1
* r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.Volker Lendecke2007-10-101-5/+11
* r9029: Another crash bug when enumerating privileges.Günther Deschner2007-10-101-1/+1
* r8961: Merge IRIX fix for socket wrapperJelmer Vernooij2007-10-101-4/+17
* r8946: Some casts to fix warnings when time_t is an unsigned type. FixesTim Potter2007-10-101-3/+3
* r8928: Fix mangle method = hash - bugid #2946. Incorrect strcmp_wa andJeremy Allison2007-10-101-2/+2
* r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter2007-10-101-1/+1
* r8892: Fix #2942 - missing value in debug ! Doh !Jeremy Allison2007-10-101-1/+1
* r8795: fix our perpetual motion maching in strncpy_w()Gerald Carter2007-10-101-1/+1
* r8762: Attempt to fix the winbindd crashing bug on Solaris (can't rememberJeremy Allison2007-10-101-113/+253
* r8757: Add debug messages so we can see what attributes and values are beingJeremy Allison2007-10-101-0/+3
* r8716: adding 'username map script' which if defined takes precendence overGerald Carter2007-10-101-15/+54
* r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typoJeremy Allison2007-10-101-1/+1
* r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,Günther Deschner2007-10-102-11/+20
* r8673: merged from samba4Andrew Tridgell2007-10-101-4/+15
* r8506: BUG 2853: don't strip out characters like '$' from printer namesGerald Carter2007-10-101-3/+12
* r8493: According to MSKB 141714 the %LOGONSERVER% variable should beGünther Deschner2007-10-101-2/+7
* r8428: some more old printerdb stuff.Günther Deschner2007-10-101-1/+0
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-0/+22
* r8207: Fix my NT_STATUS_IS_OK mismatch.Günther Deschner2007-10-101-1/+1
* r8205: try to improve readability of smbldap_search_domain_info()Günther Deschner2007-10-101-18/+33
* r8189: commit vampire ldif patch, mostly from Don Watson (dwatson@us.ibm.com)...Jim McDonough2007-10-101-0/+27
* r8141: Update volker's valgrind fix in r8097. Same effect, just helps meGerald Carter2007-10-101-0/+3
* r8092: Attempt to fix the socket wrapper stuff for Samba 3.Volker Lendecke2007-10-101-49/+97
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-101-60/+64
* r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.Jeremy Allison2007-10-101-0/+1
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-0/+158
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-103-16/+17
* r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison2007-10-101-0/+6
* r7591: Don't call getpeeraddr on a disconnected socket.Jeremy Allison2007-10-101-5/+8
* r7554: Refactor very messy code in util_sock.c Remove write_socket_data/read_...Jeremy Allison2007-10-101-133/+95
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-103-3/+11
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-103-1/+96
* r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)Gerald Carter2007-10-101-21/+36
* r7318: Unify HEAD and 3.0 socket functions. Add HEAD functions here #ifdef'ed...Jeremy Allison2007-10-101-0/+93
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-108-268/+242
* r7039: Ensure we always call read_socket_with_timeout() whenJeremy Allison2007-10-101-1/+6
* r7034: Revert change in util_sock.c from derrell until this isJeremy Allison2007-10-101-58/+13
* r7025: 1 if not all data is available at the time we go to read a packet, retryDerrell Lipman2007-10-101-13/+58
* r6965: Remove some dead code from util_unistr.c.Jeremy Allison2007-10-101-16/+0
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-38/+0
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2007-10-102-8/+48