summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-06Fix for valgrind - when doing a srvstr_push we must zero fillJeremy Allison1-0/+13
2003-06-06Use filedes as first argument to fsetxattr, not the undefined variable 'path'...Jelmer Vernooij1-1/+1
2003-06-06- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell1-1/+1
2003-06-05Get ready for EA code... Add Linux interface.Jeremy Allison1-0/+125
2003-06-05working draft of the idmap_ldap code.Gerald Carter1-0/+259
2003-05-30Remove module_path_get_name() - it's not used anywhere anymore and was a bad ...Jelmer Vernooij1-23/+0
2003-05-29Fix the events API. Patch by metze with some minor modifications.Jelmer Vernooij1-51/+103
2003-05-29Get the events API right. Patch from metze with some minor modifications.Jelmer Vernooij1-51/+103
2003-05-28Merge of rpcstr_pull() termination fixes from 3.0Tim Potter1-1/+4
2003-05-28Merge of formatting fixups from 3.0Tim Potter1-4/+9
2003-05-28Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0Tim Potter1-0/+4
2003-05-27Fix unused variable warning.Tim Potter1-1/+2
2003-05-27Fixed unused variable warning.Tim Potter1-1/+2
2003-05-27Merge from 3.0: Fix set_local_machine_name() for both *SMBSERVER andTim Potter1-0/+11
2003-05-27Jelmer was really excited about copyrights this year.Tim Potter1-1/+1
2003-05-14Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy1-0/+7
2003-05-14syncing LDAP schema changes with Samba_3_0Gerald Carter1-9/+9
2003-05-14*****LDAP schema changes*****Gerald Carter1-9/+9
2003-05-14Move some #ifdefs and function prototypes around to avoid a compilerTim Potter1-13/+14
2003-05-14Move some #ifdefs and function prototypes around to avoid a compilerTim Potter1-13/+14
2003-05-12And finally IDMAP in 3_0Simo Sorce4-3/+34
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy3-0/+991
2003-05-09When checking if a SID is in a domain, make sure that indeed the user RID isAndrew Bartlett1-0/+3
2003-05-08fixed bug #75; add check for non-zero destlenGerald Carter1-1/+1
2003-05-08fixed bug #75; add check for non-zero destlenGerald Carter1-1/+1
2003-05-08Another attempt at undoing my bogus patch 1.55.2.19Tim Potter1-0/+2
2003-05-07Whoops - that wasn't a whitespace syncup after all.Tim Potter1-0/+2
2003-05-07Merge from distcc:Martin Pool1-2/+8
2003-05-06Add metze's exit and idle event patchJelmer Vernooij1-1/+106
2003-05-06Remove unused variablesJelmer Vernooij1-4/+0