summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* s4-dcerpc: fixed auth padding to be relative to the stub, not packetAndrew Tridgell2010-02-161-5/+10
* s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell2010-02-164-8/+8
* s4-dsdb: replace dsdb_modify_permissive() with dsdb_modify() and dsdb_flagsAndrew Tridgell2010-02-162-2/+4
* s4-drs: replace manual checks with dsdb_modify_permissive()Andrew Tridgell2010-02-151-32/+1
* s4-drs: use a permissive modify in addentryAndrew Tridgell2010-02-151-1/+1
* s4:dcesrv_lsa.c - remove a superfluous empty lineMatthias Dieter Wallnöfer2010-02-141-1/+0
* s4-rpcserver: teach the rpc server to cope with bad sig_size estimatesAndrew Tridgell2010-02-141-18/+14
* a4-dcerpc: another attempt at dcerpc auth paddingAndrew Tridgell2010-02-141-4/+4
* s4-rpc: be more careful about DCERPC auth paddingAndrew Tridgell2010-02-131-55/+24
* s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()Andrew Tridgell2010-02-131-3/+2
* s4-rpcserver: use TYPESAFE_QSORT() in rpc serversAndrew Tridgell2010-02-133-24/+19
* s4: Switch to S3-style id mapping data types.Kai Blin2010-02-111-12/+12
* s4/drs: propagate DRS_ extension flags in code baseKamen Mazdrashki2010-02-051-1/+1
* s4:rpc-server:samr: fix setting of lockout duration < lockout windowMichael Adam2010-01-211-1/+22
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-4/+4
* s4-drs: allow for security bypass for DsReplicaGetInfoAndrew Tridgell2010-01-171-5/+9
* s4-dsdb: take advantage of local cursor and sortAndrew Tridgell2010-01-161-34/+3
* s4-drs: use dsdb_load_udv_v2() in getncchanges codeAndrew Tridgell2010-01-161-52/+6
* s4-drs: better debug info when security checks failAndrew Tridgell2010-01-161-3/+8
* s4-dsdb: require admin access for DsReplicaGetInfoAndrew Tridgell2010-01-161-5/+7
* s4-drs: framework for DsGetReplInfo(), includes the DS_REPL_INFO_NEIGHBORS in...Andrew Tridgell2010-01-161-1/+11
* s4-drs: give better debug info on unsupported DRS callsAndrew Tridgell2010-01-161-14/+20
* s4:SAMR RPC - Fix the criteria for group searchesMatthias Dieter Wallnöfer2010-01-141-4/+4
* s4-drs: switch the DRS server to the generic DRS options flagsAndrew Tridgell2010-01-142-8/+8
* s4-debug: lower the verbosity of a couple of common log messagesAndrew Tridgell2010-01-091-1/+1
* s4-drs: base is_nc_prefix on instanceTypeAndrew Tridgell2010-01-091-1/+3
* s4-drs: having no SPNs to change is not an errorAndrew Tridgell2010-01-091-0/+7
* s4-drs: fixed writespn to ignore add/delete errorsAndrew Tridgell2010-01-091-3/+40
* s4-drs: moved the DsWriteAccountSpn call to its own fileAndrew Tridgell2010-01-094-75/+104
* s4-drs: need to set the getncchanges extended_ret on success tooAndrew Tridgell2010-01-091-0/+3
* s4-drs: be less verbose when we filter objects by UDVAndrew Tridgell2010-01-091-5/+5
* s4-drs: added filtering by udv in getncchangesAndrew Tridgell2010-01-091-9/+57
* s4-drs: fixed the NC in the getncchanges RID alloc replyAndrew Tridgell2010-01-091-11/+13
* s4-drs: fixed usage of ldb_dn_new()Andrew Tridgell2010-01-091-1/+1
* s4-drs: added two more SPNs in addentryAndrew Tridgell2010-01-081-13/+32
* s4-drs: we need to wrap extended operations in transactionsAndrew Tridgell2010-01-081-5/+21
* s4-drs: added some debug messagesAndrew Tridgell2010-01-081-0/+6
* s4-dsdb: added support for DRSUAPI_EXOP_FSMO_RID_ALLOCAndrew Tridgell2010-01-081-7/+103
* s4-drs: don't give an error on repsTo delete if add is also specifiedAndrew Tridgell2010-01-021-1/+3
* s4-dsdb: switched to using RMD_FLAGS instead of DELETED in extended DNsAndrew Tridgell2010-01-021-1/+1
* s4-drs: sort linked attributesAndrew Tridgell2010-01-021-0/+73
* s4-drs: use dsdb linked attribute parse functionsAndrew Tridgell2010-01-021-19/+1
* s4-drs: set flag to indicate that we do support linked attributesAndrew Tridgell2010-01-021-4/+1
* s4-drs: update highwatermark after successfully encoding the objectAndrew Tridgell2010-01-021-8/+8
* s4-drs: send all linked attributes at the end of a replication cycleAndrew Tridgell2010-01-021-3/+7
* s4-drs: use the extended linearized form for DRS replicationAndrew Tridgell2010-01-021-5/+4
* s4-drs: implemented sorting functions based on replication flagsAndrew Tridgell2010-01-021-2/+43
* s4-drs: we are doing the sorting for getncchanges in the app code nowAndrew Tridgell2010-01-022-22/+0
* s4-drs: give a reason when an AddEntry commit failsAndrew Tridgell2010-01-021-1/+2
* s4-drs: fixed the UDV return in getncchangesAndrew Tridgell2010-01-021-5/+17