summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* the conversion from int to size_t in charcnv did not take into accountAndrew Tridgell2004-02-021-1/+1
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-46/+28
* Clarify comment on set_effective_uid()Andrew Bartlett2004-01-271-2/+10
* Add a few more NTSTATUS <=> PAM error mappings.Andrew Bartlett2004-01-261-1/+3
* Fix removal of attributes in LDAP - we would not actually remove the oldAndrew Bartlett2004-01-251-16/+16
* Fix decoding of base64. We got the length wrong when the result was notVolker Lendecke2004-01-231-0/+2
* * Add SIGABRT to fault handlingStefan Metzmacher2004-01-221-3/+6
* * BUG 446Gerald Carter2004-01-151-0/+4
* * Fix sys_chown() when no chown() is presendStefan Metzmacher2004-01-151-0/+2
* * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher2004-01-155-34/+181
* fix XFS quotas the macro changed from HAVE_XFS_QUOTA -> HAVE_XFS_QUOTASStefan Metzmacher2004-01-141-2/+2
* Fix for bug #922. Fast path not called for strlower_m() and strupper_m().Jeremy Allison2004-01-071-2/+2
* isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter2004-01-061-4/+9
* XFS quota patch from Stefan Metzmacher <metze@metzemix.de>.Jeremy Allison2004-01-063-37/+48
* Patch by Stefan Metzmacher <metze@metzemix.de>:Andrew Bartlett2004-01-061-0/+4
* Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-061-0/+41
* Added last missing file.Jeremy Allison2004-01-051-0/+486
* Oops. Broke the build. Added missing files.Jeremy Allison2004-01-052-0/+608
* Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked toJeremy Allison2004-01-051-3/+3
* Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....Jeremy Allison2004-01-051-529/+0
* Always call the auto-init funciton - this avoids tdb segfaulting underAndrew Bartlett2004-01-051-0/+6
* auth/auth_util.c:Andrew Bartlett2003-12-312-3/+3
* The AFS pts command always generates completely lower-case user names. As caseVolker Lendecke2003-12-301-1/+4
* 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