summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* s4/rodc: Implement samdb_rodc with ldb contextAnatoliy Atanasov2010-03-011-1/+1
* s4:dcesrv_samr.c - Remove unused variableMatthias Dieter Wallnöfer2010-02-261-3/+1
* s4:lsa use the correct way to store a domain sidSimo Sorce2010-02-241-7/+5
* s4:lsa avoid confusing ourselves over sam_ldbSimo Sorce2010-02-241-39/+41
* s4:lsa cleanup trailing spaces and tabsSimo Sorce2010-02-241-35/+35
* s4:netlogon remove wrong ZERO_STRUCT of outputSimo Sorce2010-02-241-6/+0
* s4:schannel merge code with s3Simo Sorce2010-02-231-24/+15
* s4:schannel more readable check logicSimo Sorce2010-02-231-12/+44
* s4:netlogon RPC - fix the indentationMatthias Dieter Wallnöfer2010-02-231-15/+15
* s4:netlogon GetTrustedDomainInformationSimo Sorce2010-02-221-6/+172
* s4:netlogon fix segfaultSimo Sorce2010-02-221-12/+19
* s4:netlogon enhance DsrEnumerateDomainTrustsSimo Sorce2010-02-211-27/+178
* cleanupSimo Sorce2010-02-211-133/+131
* s4:lsa open trusted domain also with dns nameSimo Sorce2010-02-191-3/+7
* remove trailing tabs and spacesSimo Sorce2010-02-191-9/+9
* readability reformattingSimo Sorce2010-02-191-28/+36
* s4:rpc_server Add a 'if_version' parameter to the bind operation.Andrew Bartlett2010-02-203-4/+6
* s4:rpc_server Record the remote connections association group IDAndrew Bartlett2010-02-192-6/+39
* 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