summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* selftest Remove selftest of the test subsystemAndrew Bartlett2011-04-162-22/+0
* selftest: Move Samba4 selftest wscript to the top levelAndrew Bartlett2011-04-162-2/+2
* selftest Add binary mappings for samba3 selftestAndrew Bartlett2011-04-168-32/+43
* selftest: Start using the binary mapping at the python layer as wellAndrew Bartlett2011-04-163-2/+12
* selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett2011-04-1621-32/+29
* selftest: Remove unused BUILDDIR_ABS environment variableAndrew Bartlett2011-04-161-1/+0
* selftest: Provide a single bindir_path function across all targetsAndrew Bartlett2011-04-165-62/+71
* Trying to track down the SMB2 error. Add an invariant test.Jeremy Allison2011-04-161-1/+4
* Use handle based xattr set if available.Jeremy Allison2011-04-151-4/+5
* Ensure vfs_chown_fsp() is safe against races.Jeremy Allison2011-04-153-6/+74
* s3-waf: only LIBNMB needs to linked against -lresolv.Günther Deschner2011-04-151-26/+26
* s4-dsdb: Add more information on why we don't check the SD controlMatthieu Patou2011-04-151-0/+5
* s4-dsdb: If current attribute list is empty use the one from the requestMatthieu Patou2011-04-151-1/+1
* s3-build: fix the --with-profiling-data build on mac os x.Günther Deschner2011-04-151-0/+1
* s3-waf: try to fix the non-ldap-but-krb5 build.Günther Deschner2011-04-153-3/+6
* s3: Fix bug 8066, wrong output in smbgetVolker Lendecke2011-04-151-4/+9
* s3-krb5 Move #ifdef HAVE_KRB5 above #include of libcli/auth/krb5_wrap.hAndrew Bartlett2011-04-151-1/+2
* Ensure change_dir_owner_to_parent() can't be raced.Jeremy Allison2011-04-141-1/+1
* Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with vfs_acl...Jeremy Allison2011-04-141-3/+27
* Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()Jeremy Allison2011-04-141-0/+21
* s3: Fix Coverity ID 2471: UNINITVolker Lendecke2011-04-141-2/+1
* s3: Fix smbd with the async echo responderVolker Lendecke2011-04-141-10/+13
* s3-build: make sure we pick up system tdb and talloc via #include.Günther Deschner2011-04-144-6/+6
* s3-includes: move readahead prototype to its only user.Günther Deschner2011-04-142-4/+4
* s3: Fix a typoVolker Lendecke2011-04-141-1/+1
* libcli/auth Fix compile on hosts without krb5Andrew Bartlett2011-04-141-2/+2
* lib/util Move alpha_strcpy() from s3 into common codeAndrew Bartlett2011-04-144-100/+51
* s3-auth Rename smb_krb5_open_keytab to avoid a conflict with s3Andrew Bartlett2011-04-142-9/+9
* libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett2011-04-1412-299/+166
* s3-lib Remove very unused (#if 0) strncpynAndrew Bartlett2011-04-141-25/+0
* s3-lib Remove unused string_appendAndrew Bartlett2011-04-142-23/+0
* s3-lib Move unix_strlower and unix_strupper to their only users.Andrew Bartlett2011-04-143-43/+41
* s3-lib Remove unused str_ascii_charnum()Andrew Bartlett2011-04-142-19/+0
* s3-lib Move strisnormal to it's only user in mangle_hash.cAndrew Bartlett2011-04-143-14/+13
* libcli/ldap Re-add ldap_ndr.h as a public headerAndrew Bartlett2011-04-141-1/+1
* s4/libcli: do not use netbios name in NTLMv2 blobs w/o spnegoChristian Ambach2011-04-141-4/+22
* libcli: allow exclusion of netbios name in NTLMV2 blobChristian Ambach2011-04-141-5/+12
* s4/libcli: do not announce NT error code support when it is disabledChristian Ambach2011-04-141-1/+4
* s3: only include smb profiling where needed.Günther Deschner2011-04-1423-9/+25
* s3-waf: add --with-profiling-data configure option.Günther Deschner2011-04-142-1/+6
* s3: fix the build of --with-profiling-data.Günther Deschner2011-04-141-0/+1
* s3-includes: only include acl prototypes when needed.Günther Deschner2011-04-147-24/+27
* s3-includes: absolutely no need to globally include debugparse.hGünther Deschner2011-04-141-1/+0
* s3-includes: include lib/util/debug.h headers in includes.h not smb.hGünther Deschner2011-04-143-4/+3
* s3-includes: remove unused schema_types enum.Günther Deschner2011-04-141-3/+0
* s3-includes: move struct pipe_open_rec to srvsvc rpc server.Günther Deschner2011-04-142-10/+9
* Fix WAF build for sids2xids.Jeremy Allison2011-04-141-1/+4
* s3: Add a test for sid2xidsVolker Lendecke2011-04-133-0/+62
* s3: Add some debug to winbindd_sids_to_xidsVolker Lendecke2011-04-131-0/+6
* s3: Use wbcSidsToUnixIds in create_local_tokenVolker Lendecke2011-04-133-6/+126