summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki2010-02-052-6/+8
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_RECYCLE_BIN ext. flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+2
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V10 flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+1
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V5 flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+1
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_ADDENTRY flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+1
* Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.Jeremy Allison2010-02-041-1/+5
* s3:passdb: fix a type Domain Users has RID -513Stefan Metzmacher2010-02-041-1/+1
* s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum()Stefan Metzmacher2010-02-041-2/+3
* s4-torture: handle NT_STATUS_CONNECTION_RESETAndrew Tridgell2010-02-043-6/+12
* s4:mark the SYSTEM control always as non-criticalMatthias Dieter Wallnöfer2010-02-041-0/+29
* s3:nsswitch: also use pthread CFLAGS for the nsswitch modules that might requ...Björn Jacke2010-02-041-1/+1
* s3: fix build on Tru64 after it broke with deactivating pthread pool supportBjörn Jacke2010-02-041-3/+6
* s3:vfs_scannedonly: fix build on HP-UXBjörn Jacke2010-02-041-0/+6
* net: Fix python 2.4 compatibility.Jelmer Vernooij2010-02-031-0/+5
* s3: Simplify the code a bit: Catch (len==0) earlyVolker Lendecke2010-02-031-7/+4
* update samba schema for IBM Directory ServerChristian Ambach2010-02-031-2/+2
* Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)Jeremy Allison2010-02-021-3/+16
* Fix bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core dumps.Jeremy Allison2010-02-021-2/+9
* s3:configure: check complete set of EA functions only when we found at least oneBjörn Jacke2010-02-021-28/+18
* Change uint_t to unsigned int in source4Matt Kraai2010-02-0261-290/+290
* Change uint_t to unsigned int in source3Matt Kraai2010-02-022-8/+8
* Change uint_t to unsigned int in pidlMatt Kraai2010-02-021-1/+0
* Change uint_t to unsigned int in libcliMatt Kraai2010-02-025-5/+5
* Change uint_t to unsigned int in lib/utilMatt Kraai2010-02-024-6/+6
* Change uint_t to unsigned int in lib/tallocMatt Kraai2010-02-022-6/+6
* Change uint_t to unsigned int in lib/cryptoMatt Kraai2010-02-021-4/+4
* Change uint_t to unsigned int in lib/replaceMatt Kraai2010-02-024-4/+1
* s4:NBT-WINSREPLICATION: don't mark a local variable as staticStefan Metzmacher2010-02-021-1/+1
* Add debug to make it clear when EA dosmode set is invoked.Jeremy Allison2010-02-011-0/+5
* Fix bug #7084 - Create time on directories not stored properly in an EA in ne...Jeremy Allison2010-02-011-7/+0
* Torture test for bug 7084 - Create time on directories not stored properly in...Jeremy Allison2010-02-012-1/+88
* Arg. Got the sense of the test reversed to fix bug #7080 - Quota only shown w...Jeremy Allison2010-02-011-1/+1
* Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2010-02-011-1/+1
* s4:NBT-WINS: test large scopesStefan Metzmacher2010-02-011-0/+37
* s4:NBT-WINS: pass the expected rcode of the name registration to the test codeStefan Metzmacher2010-02-011-18/+39
* s4:NBT-WINSREPLICATION: test replication with names including scopesStefan Metzmacher2010-02-011-1/+51
* s4:NBT-WINSREPLICATION: fix compiler warningsStefan Metzmacher2010-02-011-8/+16
* s4:NBT-WINSREPLICATION: use an array of nbt_names to loop over different namesStefan Metzmacher2010-02-011-10/+7
* s4:winsserver: reject name registrations with a scope length > 237Stefan Metzmacher2010-02-011-0/+9
* s4:wrepl_server: truncate the scope of a netbios name to 237 bytes as Windows...Stefan Metzmacher2010-02-011-0/+14
* libcli/nbt: fix ndr_push_nbt_string() string labels with a length of 63 (0x3F...Stefan Metzmacher2010-02-011-2/+2
* s4/ldif: Handle Schema:prefixMap blobs in W2K3 and W2K8Kamen Mazdrashki2010-02-011-6/+16
* s4/ldif: Better control on ldif_write_NDR() errors processingKamen Mazdrashki2010-02-011-6/+21
* s4/idl: drsblobs IDL regenerationKamen Mazdrashki2010-02-013-0/+120
* s4/drsblobs: Custom ndr_print_ implementation for drsuapi_MSPrefixMap_EntryKamen Mazdrashki2010-02-012-1/+26
* s4/idl: PrefixMap description for W2K3 and W2K8 Schema:prefixMap attributeKamen Mazdrashki2010-02-011-0/+22
* tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke2010-02-011-5/+10
* s4-smbtorture: check for RouterReplyPrinterEx packets inside backchannel in R...Günther Deschner2010-01-311-6/+147
* s4-smbtorture: also test RouterRefreshPrinterChangeNotify call in RPC-SPOOLSS...Günther Deschner2010-01-311-0/+25
* s4-smbtorture: rework spoolss_NotifyOption handling in RPC-SPOOLSS-NOTIFY.Günther Deschner2010-01-311-19/+31