summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Based on patch by Petri Asikainen <paca@sci.fi> fix bug #387 and #330.Andrew Bartlett2003-12-261-14/+15
* ldap rebind sleep -> ldap replication sleepAndrew Bartlett2003-12-251-1/+1
* This is metze's LDAP rebind sleep patch:Volker Lendecke2003-12-251-0/+28
* Fix our parsing of the LDAP url. We get around it as all decent systems seemVolker Lendecke2003-12-251-1/+1
* Fix bug 916 - do not perform a + -> space substitution for squid URL encodedAndrew Bartlett2003-12-251-5/+0
* Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limitJeremy Allison2003-12-111-0/+14
* Fix #558 -- support ISO-8859-1 internally. Makes Solaris users a bit happierAlexander Bokovoy2003-12-101-0/+28
* fix bug in get_peer_name() caused by --enable-developer and using the same sr...Gerald Carter2003-12-091-3/+11
* working on bug 687; protect against null src strings in alloc_sub_basic()Gerald Carter2003-12-081-0/+7
* make sure we use a real network address in case there are extra non-zero octe...Gerald Carter2003-12-081-1/+1
* fix %a variable for Windows 2003 -> Win2K3Gerald Carter2003-12-051-10/+14
* support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-041-0/+1
* don't crash on a NULL priviledge pointer; patch from Jianliang LuGerald Carter2003-12-041-0/+6
* Get a little paranoid about memfree use in convert_string_allocate..Jeremy Allison2003-12-011-7/+6
* fix inverted logic caused by s/strcmp/strequal/; host allow/deny works again;...Gerald Carter2003-12-011-1/+1
* Clean up a comment noticed by Jonathan Shao@Panasas.com and remove anRichard Sharpe2003-11-261-3/+2
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-4/+10
* Ensure that items in a list of strings containing whitespaceGerald Carter2003-11-221-1/+1
* Look at error before using it in debug statement.Jeremy Allison2003-11-191-3/+2
* Added useful information to debug lines.Rafal Szczesniak2003-11-191-4/+4
* Useful debug message. Patch by metze.Rafal Szczesniak2003-11-181-2/+4
* Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison2003-11-181-1/+1
* Squelch some warnings with more casty-foo.Richard Sharpe2003-11-131-2/+2
* Fix a couple of warnings with casts.Richard Sharpe2003-11-131-2/+2
* Implement %i-Macro for the locally used IP address. With this you can againVolker Lendecke2003-11-072-0/+31
* Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke2003-11-072-13/+13
* Undo accidentally committed stuff.Tim Potter2003-11-061-111/+0
* Ignore tallocdump binary.Tim Potter2003-11-062-2/+113
* make sure that we expand %H (from vl); bug 612Gerald Carter2003-11-051-0/+3
* Use the actual size of the buffer in strftime instead of a made up valueTim Potter2003-11-041-1/+1
* Fix for bug #703, try lowercase netgroups lookups.Jeremy Allison2003-11-041-1/+18
* Fix more 64-bit printf warnings.Tim Potter2003-11-033-8/+11
* Cast to fix warning on Solaris sendfile - check buildfarm outputTim Potter2003-11-021-1/+1
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-291-0/+1
* Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.inRichard Sharpe2003-10-241-0/+4
* After a phonecall with jra finally commit this.Volker Lendecke2003-10-232-12/+5
* Volker's fix for bug #668. Change the \n after the password prompt to goJim McDonough2003-10-231-2/+3
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-226-17/+23
* Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-211-2/+17
* Delete unused label to fix compiler warning.Tim Potter2003-10-141-1/+0
* make nt-time <-> unix-time functions nearly reversibleSimo Sorce2003-10-121-2/+5
* Move sysquotas autoconf tests to a seperate file.Jelmer Vernooij2003-10-091-99/+1
* split some security related functions in their own files.Simo Sorce2003-10-063-151/+1
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-10-064-0/+1270
|\
| * split some security related functions in their own files.Simo Sorce2003-10-067-151/+1271
| * Fixed silly typo checking for signal_handler not signal.Jeremy Allison2003-10-011-1/+1
| * Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison2003-10-011-62/+86
| * merge of parameter changes from 3.0 and fix for bug 550Gerald Carter2003-10-012-4/+6
| * Merge from 3.0:Tim Potter2003-09-291-1/+1
| * Merge from 3.0:Tim Potter2003-09-291-5/+7