summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-3/+22
2003-07-29split replace into replace and replace1 to allow setenv to be used byHerb Lewis2-18/+42
2003-07-29Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy1-44/+169
2003-07-27If we strupper_m after the alpha_strcpy() we know that it is less likalyAndrew Bartlett1-2/+2
2003-07-27When removing an 'unused' function, it helps to remove the 'unused' callers...Andrew Bartlett1-76/+0
2003-07-27Use push_ucs2_allocate(), rather than convert_string_allocate() directly.Andrew Bartlett2-45/+9
2003-07-27Some small fixes to our charset conversion code:Andrew Bartlett1-50/+70
2003-07-25Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ...Gerald Carter1-1/+1
2003-07-25fix user_in_list to work with winbind groups again; my bugGerald Carter1-1/+1
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter3-5/+5
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter3-3/+3
2003-07-23Ensure a prototype is generated for smb_snprintf()Tim Potter1-1/+1
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter3-4/+4
2003-07-23A fix for bug 174. I'm pushing this to the tree to test it on one ofTim Potter1-4/+2
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-1/+1
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter1-0/+33
2003-07-19Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.Andrew Bartlett1-11/+24
2003-07-17Disconnect an idle LDAP connection after 150 seconds.Volker Lendecke1-1/+43
2003-07-16Add API framework for server SMB signing.Jeremy Allison1-82/+100
2003-07-16Volker's patch for open_socket_out() to speed up connectionsGerald Carter1-3/+8
2003-07-15Fix memleakVolker Lendecke1-1/+3
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-0/+11
2003-07-14Undo 'Fix compiler warning'. It didn't work because the value of inbuf chang...Tim Potter1-21/+11
2003-07-13Fix compiler warning.Rafal Szczesniak1-11/+21
2003-07-11moving more code around.Gerald Carter1-0/+148
2003-07-10Add constVolker Lendecke1-1/+1
2003-07-07and so it begins....Gerald Carter2-3/+3
2003-07-05Fixes to our LDAP/vampire codepaths:Andrew Bartlett1-0/+4
2003-07-04This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett1-1/+37
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison5-24/+24
2003-07-02Added fix for Japanese case names in statcache - these can changeJeremy Allison2-2/+49
2003-07-02Fix poptOption definition for --no-pass and --kerberos options. The 'value'Tim Potter1-2/+2
2003-07-01Different fix for memleak just committed. This belongs intoVolker Lendecke1-2/+0
2003-07-01Fix two memory leaks. tdb_search_keys allocates space for the keyVolker Lendecke1-0/+2
2003-07-01Fix a segfault found by metze & valgrind...Volker Lendecke1-3/+5
2003-07-01* fix the trustdom_cache to work when winbindd is not running.Gerald Carter1-0/+21
2003-06-30fix for platforms that don't have unsetenv().Gerald Carter1-2/+2
2003-06-30- added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)Andrew Tridgell1-0/+24
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter1-3/+21
2003-06-25large change:Gerald Carter3-26/+54
2003-06-25Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett1-4/+729
2003-06-23* set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter1-6/+7
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-23/+46
2003-06-21This patch works towards to goal of common code shared between idmap_ldapAndrew Bartlett1-1/+2
2003-06-17Const fixes by metzeVolker Lendecke2-6/+6
2003-06-16reverted locale patch put in by jht (originally from vorlon).Andrew Tridgell1-37/+0
2003-06-15Patch from vorlon@debian.org, see bugzilal #122John Terpstra1-0/+37
2003-06-13Rename some uuid functions so as not to conflict with systemTim Potter1-3/+3
2003-06-09applied patch from bug#140Andrew Tridgell1-1/+2
2003-06-06* break out more common code used between pdb_ldap and idmap_ldapGerald Carter1-6/+93