summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-012-2/+2
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-1/+1
* Return proper error when it is impossible to change quota flagsAlexander Bokovoy2003-07-311-2/+23
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-3/+22
* split replace into replace and replace1 to allow setenv to be used byHerb Lewis2003-07-292-18/+42
* Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy2003-07-291-44/+169
* If we strupper_m after the alpha_strcpy() we know that it is less likalyAndrew Bartlett2003-07-271-2/+2
* When removing an 'unused' function, it helps to remove the 'unused' callers...Andrew Bartlett2003-07-271-76/+0
* Use push_ucs2_allocate(), rather than convert_string_allocate() directly.Andrew Bartlett2003-07-272-45/+9
* Some small fixes to our charset conversion code:Andrew Bartlett2003-07-271-50/+70
* Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ...Gerald Carter2003-07-251-1/+1
* fix user_in_list to work with winbind groups again; my bugGerald Carter2003-07-251-1/+1
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-253-5/+5
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-243-3/+3
* Ensure a prototype is generated for smb_snprintf()Tim Potter2003-07-231-1/+1
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-233-4/+4
* A fix for bug 174. I'm pushing this to the tree to test it on one ofTim Potter2003-07-231-4/+2
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-1/+1
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-221-0/+33
* Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.Andrew Bartlett2003-07-191-11/+24
* Disconnect an idle LDAP connection after 150 seconds.Volker Lendecke2003-07-171-1/+43
* Add API framework for server SMB signing.Jeremy Allison2003-07-161-82/+100
* Volker's patch for open_socket_out() to speed up connectionsGerald Carter2003-07-161-3/+8
* Fix memleakVolker Lendecke2003-07-151-1/+3
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-0/+11
* Undo 'Fix compiler warning'. It didn't work because the value of inbuf chang...Tim Potter2003-07-141-21/+11
* Fix compiler warning.Rafal Szczesniak2003-07-131-11/+21
* moving more code around.Gerald Carter2003-07-111-0/+148
* Add constVolker Lendecke2003-07-101-1/+1
* and so it begins....Gerald Carter2003-07-072-3/+3
* Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-051-0/+4
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-041-1/+37
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-035-24/+24
* Added fix for Japanese case names in statcache - these can changeJeremy Allison2003-07-022-2/+49
* Fix poptOption definition for --no-pass and --kerberos options. The 'value'Tim Potter2003-07-021-2/+2
* Different fix for memleak just committed. This belongs intoVolker Lendecke2003-07-011-2/+0
* Fix two memory leaks. tdb_search_keys allocates space for the keyVolker Lendecke2003-07-011-0/+2
* Fix a segfault found by metze & valgrind...Volker Lendecke2003-07-011-3/+5
* * fix the trustdom_cache to work when winbindd is not running.Gerald Carter2003-07-011-0/+21
* fix for platforms that don't have unsetenv().Gerald Carter2003-06-301-2/+2
* - added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)Andrew Tridgell2003-06-301-0/+24
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-291-3/+21
* large change:Gerald Carter2003-06-253-26/+54
* Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett2003-06-251-4/+729
* * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter2003-06-231-6/+7
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-23/+46
* This patch works towards to goal of common code shared between idmap_ldapAndrew Bartlett2003-06-211-1/+2
* Const fixes by metzeVolker Lendecke2003-06-172-6/+6
* reverted locale patch put in by jht (originally from vorlon).Andrew Tridgell2003-06-161-37/+0
* Patch from vorlon@debian.org, see bugzilal #122John Terpstra2003-06-151-0/+37