| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | RAW-STREAMS: do a exit on the session after each sub tests | Stefan Metzmacher | 2008-03-12 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | RAW-STREAMS: do what the comments say | Stefan Metzmacher | 2008-03-12 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | | | | | | | Update the provision scripts and selftest for LDAP | Andrew Bartlett | 2008-03-13 | 3 | -9/+19 | |
| * | | | | | | | | | | | | | | | | | | | Don't talloc_free() the UUID before we return. | Andrew Bartlett | 2008-03-13 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | | | Upgrade provision-backend to python. | Andrew Bartlett | 2008-03-13 | 3 | -399/+697 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | Added test_nttransrename() to test Metze's new code. | Jeremy Allison | 2008-03-11 | 2 | -1/+92 | |
| * | | | | | | | | | | | | | | | | | | RAW-SEARCH: skip RESUME_KEY tests against samba3 | Stefan Metzmacher | 2008-03-11 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | | | | | Samba3.2 now passes a lot more tests - remove the S3 specific | Jeremy Allison | 2008-03-11 | 1 | -67/+32 | |
| * | | | | | | | | | | | | | | | | | | Samba3 now passes the test_raw_oplock_exclusive3 test. | Jeremy Allison | 2008-03-11 | 1 | -8/+2 | |
| * | | | | | | | | | | | | | | | | | | pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANS | Stefan Metzmacher | 2008-03-11 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layer | Stefan Metzmacher | 2008-03-11 | 1 | -1/+24 | |
| * | | | | | | | | | | | | | | | | | | events_signal: pass down the correct siginfo_t struct to the event handler | Stefan Metzmacher | 2008-03-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | libcli/raw: add RAW_RENAME_NTTRANS support | Stefan Metzmacher | 2008-03-11 | 2 | -1/+38 | |
| * | | | | | | | | | | | | | | | | | | Test trans2 renames with oplocks. It looks like trans2 renames | Jeremy Allison | 2008-03-11 | 2 | -0/+110 | |
| * | | | | | | | | | | | | | | | | | | Fix provision script to work without smb.conf location specified. | Andrew Bartlett | 2008-03-11 | 2 | -3/+5 | |
| * | | | | | | | | | | | | | | | | | | Extend testsuite to cover specifying a domain SID. | Andrew Bartlett | 2008-03-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Make error handling in ldb more consistant. | Andrew Bartlett | 2008-03-11 | 1 | -1/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | opendb_tdb: keep struct opendb_file arround for the lifetime of struct odb_lock | Stefan Metzmacher | 2008-03-08 | 1 | -135/+109 | |
| * | | | | | | | | | | | | | | | | | opendb_tdb: correctly initialize modified to false | Stefan Metzmacher | 2008-03-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | we now define PACKAGE_BUGREPORT in config.h | Stefan Metzmacher | 2008-03-08 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | pvfs_open: fix the odb_open_file() callers | Stefan Metzmacher | 2008-03-07 | 1 | -16/+8 | |
| * | | | | | | | | | | | | | | | | opendb: force odb_can_open() before odb_open_file() | Stefan Metzmacher | 2008-03-07 | 4 | -158/+79 | |
| * | | | | | | | | | | | | | | | | pvfs_open: always call odb_can_open() before odb_open_file() | Stefan Metzmacher | 2008-03-07 | 1 | -6/+45 | |
| * | | | | | | | | | | | | | | | | opendb_tdb: pass down struct messaging_context directly to odb_oplock_break_s... | Stefan Metzmacher | 2008-03-07 | 1 | -5/+8 | |
| * | | | | | | | | | | | | | | | | vfs_cifs: disable level2 oplocks if the frontend client doesn't support them | Stefan Metzmacher | 2008-03-07 | 1 | -1/+5 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Rerun SWIG. | Jelmer Vernooij | 2008-03-07 | 1 | -15/+16 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | torture: fix escape sequence in test_chkpath(). | Michael Adam | 2008-03-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | configure: Add major version 4 to AC_INIT call. | Michael Adam | 2008-03-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Treat maxPwdAge == 0 as passwords never expire. | Andrew Kroeger | 2008-03-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Enhance mappings of NTSTATUS to KRB5KDC errors. | Andrew Kroeger | 2008-03-07 | 1 | -1/+20 | |
| * | | | | | | | | | | | | | | Update account expiration to use new samdb_result_account_expires() function. | Andrew Kroeger | 2008-03-07 | 2 | -5/+4 | |
| * | | | | | | | | | | | | | | Add samdb_result_account_expires() function. | Andrew Kroeger | 2008-03-07 | 1 | -0/+24 | |
| * | | | | | | | | | | | | | | accountExpires: Windows default is 9223372036854775807, not -1. | Andrew Kroeger | 2008-03-07 | 3 | -4/+4 | |
| * | | | | | | | | | | | | | | Use 32 bit storage for nttrans counts | Amin Azez | 2008-03-07 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | Try to fix up part of the upgrade test. | Andrew Bartlett | 2008-03-07 | 3 | -22/+23 | |
| * | | | | | | | | | | | | | | Rework provision scripts for more testing | Andrew Bartlett | 2008-03-07 | 8 | -32/+41 | |
| * | | | | | | | | | | | | | | Fixup the NET-API-USERMOD test. | Andrew Bartlett | 2008-03-07 | 2 | -5/+5 | |
| * | | | | | | | | | | | | | | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 2008-03-07 | 29 | -521/+648 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Ignore Kerberos PAC type 12. | Günther Deschner | 2008-03-06 | 1 | -5/+6 | |
| | * | | | | | | | | | | | | | | Slowly making progress on PAC_UNKNOWN_12. | Günther Deschner | 2008-03-06 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | Add new Windows 2008 Kerberos PAC Type 12 (apparently again undocumented). | Günther Deschner | 2008-03-06 | 1 | -1/+16 | |
| | * | | | | | | | | | | | | | | RAW-OPLOCK: rename _ack_to_levelII() -> ack_to_given() | Stefan Metzmacher | 2008-03-06 | 1 | -61/+75 | |
| | * | | | | | | | | | | | | | | RAW-OPLOCK: add BATCH24 test another case with a connection with no CAP_LEVEL... | Stefan Metzmacher | 2008-03-06 | 1 | -0/+77 | |
| | * | | | | | | | | | | | | | | RAW-OPLOCK: add BATCH23 and test with a connection with no CAP_LEVEL_II_OPLOCKS | Stefan Metzmacher | 2008-03-06 | 1 | -0/+121 | |
| | * | | | | | | | | | | | | | | RAW-OPLOCK: remove unused vars | Stefan Metzmacher | 2008-03-06 | 1 | -3/+0 | |
| | * | | | | | | | | | | | | | | pvfs_open: pass down allow_level_II_oplock to odb_open_file() | Stefan Metzmacher | 2008-03-06 | 1 | -4/+16 | |
| | * | | | | | | | | | | | | | | opendb: add allow_level_II_oplock parameter to odb_open_file() | Stefan Metzmacher | 2008-03-06 | 5 | -12/+27 | |
| | * | | | | | | | | | | | | | | pvfs_open: fix crash/leak in case pvfs_setup_oplock() fails | Stefan Metzmacher | 2008-03-06 | 1 | -6/+5 | |
| | * | | | | | | | | | | | | | | ntvfs: pass down the client capabilities into the ntvfs layer | Stefan Metzmacher | 2008-03-06 | 6 | -0/+30 | |
| | * | | | | | | | | | | | | | | libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKS | Stefan Metzmacher | 2008-03-06 | 3 | -5/+9 | |
