summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Rename some uuid functions so as not to conflict with systemTim Potter2003-06-131-3/+3
* | applied patch from bug#140Andrew Tridgell2003-06-091-1/+2
* | * break out more common code used between pdb_ldap and idmap_ldapGerald Carter2003-06-061-6/+93
* | Fix for valgrind - when doing a srvstr_push we must zero fillJeremy Allison2003-06-061-0/+13
* | Use filedes as first argument to fsetxattr, not the undefined variable 'path'...Jelmer Vernooij2003-06-061-1/+1
* | - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell2003-06-061-1/+1
* | Get ready for EA code... Add Linux interface.Jeremy Allison2003-06-051-0/+125
* | working draft of the idmap_ldap code.Gerald Carter2003-06-051-0/+259
* | Remove module_path_get_name() - it's not used anywhere anymore and was a bad ...Jelmer Vernooij2003-05-301-23/+0
* | Get the events API right. Patch from metze with some minor modifications.Jelmer Vernooij2003-05-291-51/+103