summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Add comment explaining about symlink following & posix.Jeremy Allison2009-10-161-1/+6
* Last 2 VFS_STAT -> LSTAT fixes I can see in the modules code.Jeremy Allison2009-10-162-2/+14
* Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. Caught...Jeremy Allison2009-10-162-1/+9
* s3: build pam_smbpass when possibleBjörn Jacke2009-10-161-20/+34
* s3-netlogon: fix updating trust accout passwords with downlevel domains.Günther Deschner2009-10-161-2/+2
* s3:srv_samr_nt - another fix for the reject reasonMatthias Dieter Wallnöfer2009-10-161-1/+1
* s3-netlogon: Fix _netr_ServerPasswordSet2 cleartext blob handling.Günther Deschner2009-10-161-1/+4
* s3: Try to fix the build on Solaris & AIX regarding the password change rejec...Matthias Dieter Wallnöfer2009-10-161-1/+1
* s3-libnetapi: add nltest tool.Günther Deschner2009-10-162-1/+258
* s3-libnetapi: add I_NetLogonControl{2} example code.Günther Deschner2009-10-163-1/+303
* s3-libnetapi: add I_NetLogonControl{2} to public headers.Günther Deschner2009-10-161-1/+91
* s3-libnetapi: fill in I_NetLogonControl{2}_r.Günther Deschner2009-10-161-2/+181
* s3-libnetapi: add I_NetLogonControl{2} skeleton.Günther Deschner2009-10-164-1/+174
* s3-libnetapi: add I_NetLogonControl{2} to IDL.Günther Deschner2009-10-164-1/+188
* s3-selftest: enable WINBIND-WBCLIENT against s3.Günther Deschner2009-10-161-1/+3
* s3-net: fix build warning (missing default in switch).Günther Deschner2009-10-161-0/+4
* Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrindJeremy Allison2009-10-153-1/+9
* s3: fixed krb5 build problem on ubuntu karmicAndrew Tridgell2009-10-162-0/+13
* s3-spnego: fix memleak in spnego_parse_auth().Günther Deschner2009-10-151-1/+5
* s3-spnego: Fix Bug #6815. Windows 2008 R2 SPNEGO negTokenTarg parsing failure.Günther Deschner2009-10-152-20/+15
* s3: fix outdated proto.h causing build error on AIXBjörn Jacke2009-10-151-1/+1
* Fix the build, missing ->.Jeremy Allison2009-10-141-1/+1
* Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: Signal 6"Jeremy Allison2009-10-141-0/+2
* s3:winbind: Fix a double-freeVolker Lendecke2009-10-141-1/+0
* s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_authVolker Lendecke2009-10-141-7/+6
* s3-build: we need to have talloc 2.0.1 when building with external talloc.Günther Deschner2009-10-141-1/+1
* s3-passdb: missed two prototypes while moving to enum netr_SchannelType.Günther Deschner2009-10-141-2/+4
* s3:net: simplify padding to single printf callBjörn Jacke2009-10-141-9/+1
* s3:net simplify padding to single printf callBjörn Jacke2009-10-141-8/+2
* s3:net: Fix a segfault in "net rpc trustdom list" for overlong domain namesVolker Lendecke2009-10-131-8/+2
* Remove use of "int ret" when we already have errcode.Jeremy Allison2009-10-131-13/+8
* Catch one more erroneous use of errno.Jeremy Allison2009-10-131-1/+1
* correctly handle aio_error() and errnoOlaf Flebbe2009-10-131-29/+24
* s3:torture: Add a notify-bench testVolker Lendecke2009-10-132-0/+407
* s3:libsmb: Add cli_notifyVolker Lendecke2009-10-132-0/+148
* s3:rpc: Fix is_known_pipename for dynamically loaded pipesVolker Lendecke2009-10-131-1/+22
* s3: Fix some nonempty blank linesVolker Lendecke2009-10-132-8/+8
* s3: Fix vfs_shadow_copy2 to allow in-path @GMT-xxxAndrew Tridgell2009-10-131-21/+126
* s3/loadparm: Fix severe HPUX compiler issue.Olaf Flebbe2009-10-131-0/+5
* s3-winbindd: add wbint_ChangeMachineAccount implementation.Günther Deschner2009-10-1314-6/+471
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-1316-29/+32
* s3-netlogon: allow to change any type of trust account password in trust_pw_f...Günther Deschner2009-10-131-6/+39
* s3-netlogon: pass down account name to remote password set functions.Günther Deschner2009-10-135-1/+9
* ѕ3: fix domain trust documentation confusionBjörn Jacke2009-10-121-11/+11
* s3/proto.h: Add lp_ldap_ref_follow prototype.Karolin Seeger2009-10-121-0/+1
* s3/smbldap: add option to disable following LDAP refsJan Engelhardt2009-10-122-2/+21
* Fix builds with external tdbSimo Sorce2009-10-111-6/+0
* Use the method used by build_env.sh to discover the user name.Matt Kraai2009-10-111-1/+9
* Fix builds with external tallocSimo Sorce2009-10-091-1/+1
* Cope with old CIFSFS clients that use SMBunlink to removeJeremy Allison2009-10-081-2/+11