summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-1213-24/+24
* s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam2012-07-1213-26/+26
* s3:passdb: remove commented out pdb_lookup_names codeMichael Adam2012-07-121-82/+0
* s3/torture: adjust dependency to fix build when no winbind was build beforeBjörn Jacke2012-07-121-1/+1
* s3: make log message of FSCTL_IS_VOLUME_DIRTY more clearBjörn Jacke2012-07-121-1/+1
* test: fix compile warning on test summaryBjörn Jacke2012-07-121-1/+1
* mkversion: Remove quotes around SAMBA_VERSION_VENDOR_PATCH stringRalph Wuerthner2012-07-121-1/+1
* s3:vfs_gpfs: fix ACL length calculationRalph Wuerthner2012-07-111-9/+4
* s3:vfs_gpfs: Check softquota before gracetimeChristof Schmitt2012-07-111-1/+2
* build: fix some indentation (tabs/vs spaces) in source3/wscriptMichael Adam2012-07-111-2/+2
* build: fix waf checks for seteuid on non-Linux platformsMichael Adam2012-07-111-5/+4
* Add in the threaded async open engine.Jeremy Allison2012-07-111-0/+393
* Move set_thread_credentials_permanently() to set_thread_credentials()Jeremy Allison2012-07-112-16/+16
* Fix typo we've had for a long time in set_re_uid() in the USE_SETRESUID case.Jeremy Allison2012-07-101-1/+1
* Cope with a (non-security) open race we've had for ever as NTCreateX isn't at...Jeremy Allison2012-07-101-0/+25
* Now we have a guaranteed indication of a file being created, use it to set th...Jeremy Allison2012-07-101-12/+8
* Add function fd_open_atomic() which uses O_CREAT|O_EXCL to return a guarantee...Jeremy Allison2012-07-101-4/+107
* Simplify the logic in open_file() some more.Jeremy Allison2012-07-101-48/+36
* Simplify the logic in open_file().Jeremy Allison2012-07-091-22/+15
* Use new common function.Jeremy Allison2012-07-091-1/+1
* Make check_same_stat() and check_same_dev_ino() common functions.Jeremy Allison2012-07-094-31/+33
* Factor out check_same_dev_ino() from check_same_stat() so it can be called se...Jeremy Allison2012-07-091-2/+15
* lib/ldb: Bump ldb release due to pyldb changesAndrew Bartlett2012-07-093-1/+261
* s4-torture: add ntprinting ndr operations testsuite.Günther Deschner2012-07-063-1/+442
* ntprinting: mark the final 4 byte null pointer for printer data in ndr_pull_n...Günther Deschner2012-07-061-0/+1
* ndr: fix push/pull DATA_BLOB with NDR_NOALIGNDavid Disseldorp2012-07-061-12/+22
* ntprinting: make decode_ntprinting helpers public in idl.Günther Deschner2012-07-061-3/+3
* s3: Fix Coverity ID 709470 Uninitialized scalar variableVolker Lendecke2012-07-061-1/+1
* s4-selftest: do a dbcheck on our two vampire DCsAndrew Bartlett2012-07-062-1/+2
* s4-dbcheck: Check for an object without a parentAndrew Bartlett2012-07-061-0/+44
* s4-dsdb: Remove unused variables in py_dsdb_get_partitions_dnAndrew Bartlett2012-07-061-3/+0
* pydsdb: Add bindings for dsdb_wellknown_dn()Andrew Bartlett2012-07-062-0/+38
* pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett2012-07-062-0/+20
* s4-pydsdb: Add bindings for dsdb_find_nc_root()Andrew Bartlett2012-07-062-0/+26
* s4-pydsdb: Improve PyErr_LDB_{DN,}_OR_RAISE to use py_check_dcerpc_typeAndrew Bartlett2012-07-061-2/+9
* pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett2012-07-062-2/+2
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-067-123/+54
* s4-lsarpc: DCERPC_FAULT_ACCESS_DENIED for tcpAndreas Schneider2012-07-061-0/+10
* s4-lsarpc: DCERPC_FAULT_ACCESS_DENIED for npAndreas Schneider2012-07-063-0/+45
* s4-lsarpc: Restrict LookupSids3 to crypto connections only.Andreas Schneider2012-07-061-0/+10
* s4-lsarpc: Restrict LookupNames4 to crypto connections only.Andreas Schneider2012-07-061-0/+10
* s4-lsarpc: Don't call lsa_OpenPolicy2 in lsa_LookupSids3.Andreas Schneider2012-07-061-46/+48
* s4-lsaprc: Don't call lsa_OpenPolicy2 in lsa_LookupNames4.Andreas Schneider2012-07-061-49/+53
* selftest: Update knownfail list for samba4.rpc.lsalookup.Andreas Schneider2012-07-061-1/+5
* s4-selftest: Don't run lsarpc requiring a named pipe over tcpip.Andreas Schneider2012-07-061-1/+1
* s4-selftest: Don't plan lsa.secrets tests over tcpip.Andreas Schneider2012-07-061-4/+4
* s4-libnet: Skip calling lsarpc functions over a wrong pipe.Andreas Schneider2012-07-061-0/+9
* s4-torture: Call lsarpc tests over the correct pipe.Andreas Schneider2012-07-061-0/+6
* s4-torture: Don't consider NONE_MAPPED an error in LookupSids3.Andreas Schneider2012-07-061-3/+19
* s4-torture: Don't consider NONE_MAPPED an error in LookupNames4.Andreas Schneider2012-07-061-3/+15