summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* r23970: Allow to set the debuglevel at which to dump the PAC logon info.Günther Deschner2007-07-191-18/+18
| | | | Guenther
* r23969: Some helper routines to retrieve a PAC and PAC elements.Günther Deschner2007-07-191-0/+160
| | | | Guenther
* r23968: Harmonize net's password prompts.Günther Deschner2007-07-192-16/+35
| | | | Guenther
* r23967: Memleak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>Volker Lendecke2007-07-191-0/+3
| | | | | | Thanks! Volker
* r23963: Janitor for jpeach:Volker Lendecke2007-07-191-2/+3
| | | | | > Linux oplock support is conditional on HAVE_KERNEL_OPLOCKS_LINUX, > not plain old LINUX.
* r23958: Merge from 3_2-ctdb-tridge as requested by Metze.Jeremy Allison2007-07-181-0/+8
| | | | | | | | | /* cope with dead entries from the process not existing. These should not be considered valid, otherwise we end up doing zero timeout sharing violation */ Jeremy.
* r23957: Use tdb_open_log instead of tdb_open.Michael Adam2007-07-181-6/+6
| | | | Michael
* r23955: merge from 3_0-ctdb-tridge:Stefan Metzmacher2007-07-181-0/+4
| | | | | | don't display dead share mode entries in smbstatus metze
* r23953: Some C++ warningsVolker Lendecke2007-07-182-4/+7
|
* r23952: Streamline and improve the logic of tdb_validate_and backup:Michael Adam2007-07-181-29/+63
| | | | | | | | | | | | | | | | | | | | | | | - call tdb_validate on the given tdb. - if validation is successful, create a backup return 0 (success) even if the backup fails. - if validation fails: - move tdb to name.corrupt (don't exit if this fails) - look for a valid backup - if a valid backup is found, restore it, else return -1 (failure) if restoring succeeds, return 0 (success), else -1 (failure) Summing up: If 0 is returned, there is a valid tdb at the given location: either the original one ore one restrored from a backup. If -1 is returned, there is no valid tdb at the given location: Either there is no file at all, or the original file is still in place (if moving it away failed). Michael
* r23951: Fix segfault.Günther Deschner2007-07-181-1/+1
| | | | Guenther
* r23950: unlink before rename is superfluous.Michael Adam2007-07-181-1/+0
| | | | Michael
* r23949: merge from SAMBA_3_2:Stefan Metzmacher2007-07-181-5/+135
| | | | | | | | add gsskrb5 sign and seal support for LDAP connections NOTE: only for the "GSSAPI" SASL mech yet metze
* r23947: merge from SAMBA_3_2:Stefan Metzmacher2007-07-182-2/+123
| | | | | | | | add support for NTLMSSP sign and seal NOTE: windows servers are broken with sign only... metze
* r23944: merge from SAMBA_3_2:Stefan Metzmacher2007-07-184-7/+45
| | | | | | | - always provide ads_setup_sasl_wrapping() function - read/write returning 0 means EOF and we need to return direct metze
* r23942: Fix issue found by Shlomi Yaakobovich <Shlomi@exanet.com> whereJeremy Allison2007-07-181-5/+6
| | | | | | invalid names sent as a resume name were incorrectly mapped into . and .. Ensure they really *are . and .. Jeremy.
* r23941: Don't use "False" when you mean "MARSHALL".Jeremy Allison2007-07-181-1/+1
| | | | Jeremy.
* r23940: Added missing line that was deleted accidently.Jeremy Allison2007-07-171-0/+2
| | | | | Should fix the build. Jeremy.
* r23939: Fixes for notify returns. Returned param value must fix insideJeremy Allison2007-07-172-21/+20
| | | | | max_param or return NT_STATUS_OK. Jeremy.
* r23938: Add a debug message.Michael Adam2007-07-171-0/+2
|
* r23937: Use ads_config_path() when we need to know the configration context.Günther Deschner2007-07-171-26/+11
| | | | Guenther
* r23935: We were lying to the client in the case of POSIX_UNLINKJeremy Allison2007-07-171-16/+51
| | | | | | | | | | | if a Windows client had the file open. We were setting delete on close and returning "ok". The POSIX client then believed the file was gone (and it wasn't). Fix this to return SHARING_VIOLATION if there is an existing NTcreateX open on the file and someone calls POSIX_UNLINK. Still one more Cthon test to fix but getting closer now. Should be in 3.0.25c also. Jeremy.
* r23934: merge from SAMBA_3_2:Stefan Metzmacher2007-07-171-6/+26
| | | | | | | | - implement ctrl SASL wrapping hook - pass down sign or seal hooks - some sasl wrapping fixes metze
* r23932: Fill extended status with information in case the validation traverseMichael Adam2007-07-171-1/+5
| | | | | | | | functions did not do so but returned an error. (This is the case when error occurred deeper than at the level of the content checking done by the per entry validate_fn.) Michael
* r23931: Use the new tdb_validate_and_backup function instead of pure ↵Michael Adam2007-07-171-2/+2
| | | | | | | | tdb_validate in winbindd cache validation. Michael
* r23930: Introduce tdb_validate_and_backup:Michael Adam2007-07-171-1/+239
| | | | | | | | | | | | | | | | | | This is a wrapper around tdb_validate, that does backup handling: * if the given tdb is valid, a backup is created (name.bak) * if the tdb is invalid, if a valid bakup is found (validated with the same validation function) under the name "name.bak" the orignal tdb is moved to name.corrupt and the backup is restored. For the backup handling, a variant of the backup_tdb function from lib/tdb/tools/tdbbackup.c is included in lib/util_tdb.c. The copy function for the traverse action eliminates the need to maintain a global success state by using a struct wrapping the target tdb and a success flag as the private data. Michael
* r23929: Deleting gpo_sd_check_trustee_in_sid_token() as nt_token_check_sid() ↵Günther Deschner2007-07-171-19/+2
| | | | | | | | is what we need here. Guenther
* r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a ↵Günther Deschner2007-07-173-75/+77
| | | | | | | | sid_array_from_info3() function. Guenther
* r23927: merge from SAMBA_3_2:Stefan Metzmacher2007-07-172-3/+69
| | | | | | implement output buffer handling for the SASL write wrapper metze
* r23925: Use NULL instead of 0 for a void * argument.Michael Adam2007-07-171-1/+1
|
* r23924: Merge NET_GETDCNAME from 3_2.Günther Deschner2007-07-174-0/+178
| | | | Guenther
* r23923: merge from SAMBA_3_2:Stefan Metzmacher2007-07-172-17/+175
| | | | | | implement buffer handling for the SASL read wrapper metze
* r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that ↵Günther Deschner2007-07-174-55/+36
| | | | | | | | already has S-1-5-11 in the token. Guenther
* r23920: Fix debug statement.Günther Deschner2007-07-171-1/+1
| | | | Guenther
* r23919: merge from SAMBA_3_2:Stefan Metzmacher2007-07-171-18/+0
| | | | | | not all ldap libraries support debugging metze
* r23917: merge from SAMBA_3_2:Stefan Metzmacher2007-07-171-4/+6
| | | | | | use the correct io operations for debugging metze
* r23915: merge from SAMBA_3_2:Stefan Metzmacher2007-07-171-3/+3
| | | | | | | | | try to fix the build on Tru64 /usr/include/sys/acl.h:#define acl_type acl_common.entry_type was the problem... metze
* r23913: Revert back to Volker's original logic to fix theJeremy Allison2007-07-171-1/+1
| | | | | | | RAW-SFILEINFO-RENAME until I can figure out what is different from the way CIFSFS drives this in the cthon tests and the way smbtorture drives it. Jeremy.
* r23911: Revert r23910 to try and fix the build farm. IJeremy Allison2007-07-171-9/+0
| | | | | | | | | need to look at this more closely tomorrow. Stevef's cthon tests definately show we're not matching Windows behaviour (as his tests pass against Windows but not SAMBA_3_2) but this isn't the fix. Jeremy.
* r23910: We used to deny renames on theJeremy Allison2007-07-171-0/+9
| | | | | | | | | source open for non-delete open. Turns out this is not the case. VL please test but this matches Windows behaviour. (I'll add a torture test tomorrow). Jeremy.
* r23909: Get closer to passing the cthon tests for delete open file.Jeremy Allison2007-07-171-3/+6
| | | | | It matters how the target is open. Jeremy.
* r23908: Fix bug with interaction of optimization withJeremy Allison2007-07-171-8/+24
| | | | | | POSIX locking. We can't do lock counts with POSIX, so stop counting if we get a POSIX lock request. Jeremy.
* r23906: Fix POSIX unlink bug found by Steve. If weJeremy Allison2007-07-171-2/+9
| | | | | | used lstat during the open (which we always do for POSIX) then use lstat for the unlink. Jeremy.
* r23904: Remove an unused variable referenceVolker Lendecke2007-07-161-1/+0
|
* r23903: Fix a potential reason for the segfault Steve foundVolker Lendecke2007-07-161-0/+1
|
* r23902: Fix uninitialized read in devicetype noticed by Volker.Jeremy Allison2007-07-161-1/+1
| | | | Jeremy
* r23901: merge from SAMBA_3_2:Stefan Metzmacher2007-07-161-1/+9
| | | | | | LDAP_OPT_SOCKBUF doesn't exists on all platforms metze
* r23899: merge from SAMBA_3_2:Stefan Metzmacher2007-07-163-4/+113
| | | | | | | | rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL_WRAPPING + adding missing file libads/sasl_wrapping.c metze
* r23897: hopefully fix the buildStefan Metzmacher2007-07-161-1/+1
| | | | metze
* r23894: merge from SAMBA_3_2:Stefan Metzmacher2007-07-164-5/+20
| | | | | | | add dummy callbacks for LDAP SASL wrapping, they're not used yet... metze