summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* nss_winbind: remove unused variableBjörn Jacke2009-09-151-1/+0
|
* Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.Jeremy Allison2009-09-143-3/+36
| | | | | Lookup the EA and Stream status on CreateX. Jeremy.
* Fix bug 6726 - Filename length overwrites oplock request field in ↵Jeremy Allison2009-09-141-1/+1
| | | | | | cli_nt_create(). Jeremy.
* s3:vfs_catia: Make some fns staticVolker Lendecke2009-09-141-3/+3
|
* s3:vfs_catia: Use talloc_zero for simplificationVolker Lendecke2009-09-141-2/+1
|
* s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATICVolker Lendecke2009-09-141-1/+1
| | | | Tim, please check!
* s4-repl: handle rename in repl_meta_dataAndrew Tridgell2009-09-141-0/+97
| | | | | On a rename we need to update uSNChanged, and the max uSN for the partition
* s4-drs: allow replication of renamesAndrew Tridgell2009-09-141-6/+7
| | | | a rename may have no attribute changes
* Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJMatt Kraai2009-09-147-14/+14
|
* s4-repl: fixed a memory error handling linked attributesAndrew Tridgell2009-09-141-10/+10
| | | | | We could get a double free with multiple linked attributes in a message
* s4-repl: fall back to repsFrom if repsTo not setAndrew Tridgell2009-09-141-2/+4
| | | | | | | Windows does not seem to be always setting up repsTo using DsUpdateRefs(). For now we will fall back to using repsFrom if repsTo is empty. This is almost certainly incorrect, but it does get notification based replication working with both w2k3 and w2k8.
* pyldb: Don't segfault when invalid type is specified to Dn.get().Jelmer Vernooij2009-09-142-2/+14
| | | | (#6722)
* examples/LDAP: remove sambaAccountPolicy from the IBM-DS schema.Michael Adam2009-09-142-6/+0
| | | | Michael
* dsdb: the samba3 ldap schema has no sambaAccountPolicy (any more at least)Michael Adam2009-09-141-1/+0
| | | | Michael
* s4:heimdal_build: fix the build with --enable-automatic-dependenciesStefan Metzmacher2009-09-141-1/+1
| | | | | | We need to create the header file before we generate the source file. metze
* s4:heimdal_build Fix build breakages caused by asn1compile changeAndrew Bartlett2009-09-131-2/+1
| | | | | | | The issue was that we referenced an asn1compile generated file by name, not by the subsystem is was generated by. Andrew Bartlett
* s3: Test short reads in the build farmVolker Lendecke2009-09-141-0/+3
|
* s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handledVolker Lendecke2009-09-141-4/+118
|
* schannel: remove unused schannel structs.Günther Deschner2009-09-144-344/+0
| | | | Guenther
* s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.Günther Deschner2009-09-142-17/+82
| | | | Guenther
* s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.Günther Deschner2009-09-142-23/+84
| | | | Guenther
* s4:heimdal_build Love pointed me at the --one-code-file option to asn1_compileAndrew Bartlett2009-09-131-32/+17
| | | | | | | This new option avoids a lot of code that was used to intuit what files would be output by the compiler. Andrew Bartlett
* s3:docs: Fix a typoOPC oota2009-09-141-1/+1
|
* s4-repl: added a preiodic notification check to the repl taskAndrew Tridgell2009-09-137-4/+480
| | | | | | | The dreplsrv_notify code checks the partition uSN values every N seconds, and if one has changed then it sends a DsReplicaSync to all the replication partners listed in the repsTo attribute for the partition.
* s4-drs: fixed search expressionAndrew Tridgell2009-09-131-1/+1
| | | | At least on the command line the braces are needed. Strange.
* s4-repl: use the new dsdb partition uSN helper fnsAndrew Tridgell2009-09-131-78/+16
|
* s4-dsdb: added dsdb_load_partition_usn and dsdb_save_partition_usnAndrew Tridgell2009-09-131-0/+146
| | | | | These are used to load/save the per-partition uSN values managed by the repl_meta_data module
* s4-sam: allow a search to specify a partitionAndrew Tridgell2009-09-131-2/+17
| | | | | | You can now attach a partition control to searches to search within a specific partition. This is used to get at the per-partition @REPLCHANGED object
* s4-repl: keep a @REPLCHANGED object on each partitionAndrew Tridgell2009-09-131-24/+310
| | | | | | This object tracks the highest uSN in each partition. It will be used to allow us to efficiently detect changes in a partition for sending DsReplicaSync messages to our replication partners.
* s3-samr: Fix Coverity #934 UNINIT.Günther Deschner2009-09-131-1/+1
| | | | Guenther
* s3-netlogon: Fix Coverity #945 UNINIT.Günther Deschner2009-09-131-1/+1
| | | | Guenther
* s3-nterr: print a NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED.Günther Deschner2009-09-131-0/+1
| | | | Guenther
* s3-schannel: fix Coverity #950 OVERRUN_STATIC.Günther Deschner2009-09-131-1/+1
| | | | Guenther
* s4-schannel: use NL_AUTH_MESSAGE for schannel.Günther Deschner2009-09-131-23/+35
| | | | Guenther
* s4-schannel: strip trailing whitespace.Günther Deschner2009-09-131-26/+26
| | | | Guenther
* s3-schannel: fix api_pipe_schannel_process(), was using incorrect buffer length.Günther Deschner2009-09-131-1/+3
| | | | | | Found by RPC-SCHANNEL torture test. Guenther
* Fix string-wchar-fixed-array-03 test (when libndr is available).Jelmer Vernooij2009-09-131-2/+2
|
* Fix string-wchar-fixed-array-02 test (when libndr is available).Jelmer Vernooij2009-09-131-2/+2
|
* Fix string-wchar-fixed-array-01 test (when libndr is available).Jelmer Vernooij2009-09-131-4/+4
|
* pidl: Remove unnecessary _GNU_SOURCE define.Jelmer Vernooij2009-09-131-1/+0
|
* s4:sites & services - Adds Intersite transport containersMatthieu Patou2009-09-121-5/+28
| | | | | This patch brings up those subcontainers and fixes up the "systemFlags" on the "Subnet" entry.
* s4:group policies - the default group policy objects are all system-criticalMatthias Dieter Wallnöfer2009-09-121-0/+6
|
* s4:group policies - upcase directory names of default group policiesMatthias Dieter Wallnöfer2009-09-121-4/+8
| | | | | | The directory names (MACHINE, USER) are upcased to help locating the default group policies under the SYSVOL dir (the additional ones have only the first letter upcased of those directory names).
* s4:repl_meta_data: increment the attribute version with each changeStefan Metzmacher2009-09-121-1/+2
| | | | metze
* s4-scripts: allow setup_dns.sh to take a PRIVATEDIRAndrew Tridgell2009-09-121-1/+3
|
* s4-samdb: make it possible to ask for the sequence number of a partitionAndrew Tridgell2009-09-121-0/+9
| | | | | | The partition module normally makes the sequence number extended op operate across all partitions. It will be useful in the repl task to be able to ask for the sequence number of one partition
* s4-drs: change debug levelAndrew Tridgell2009-09-121-1/+1
| | | | It's useful seeing the object count without as much detail
* s4-repl: fixed memory leaksAndrew Tridgell2009-09-123-12/+31
| | | | | These memory leaks were mostly caused by the fact that refresh_partitions is now called periodically
* s4-ndr: fixed memory leaks in ndr_pull_*_blob()Andrew Tridgell2009-09-122-9/+26
| | | | We needed to free the ndr structures, both on error and normal return
* s4-drs: also fill in tmp_highest_usnAndrew Tridgell2009-09-121-0/+1
| | | | Without this the client will not update its repsFrom highest_usn values