index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libnet
/
libnet_become_dc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-21
r26328: remove more uses of global_loadparm.
Jelmer Vernooij
1
-3
/
+3
2007-12-21
r26327: Explicit loadparm_context for RPC client functions.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26277: Move loadparm context higher up the stack.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26271: Remove some more uses of global_loadparm.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
1
-34
/
+71
2007-12-21
r25803: Make our security descriptor acl manipulation methods more generic so...
Günther Deschner
1
-1
/
+1
2007-12-21
r25607: Allow to set security descriptor type flags at creation time with
Günther Deschner
1
-0
/
+1
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25175: Change to talloc_asprintf_append_buffer().
Jeremy Allison
1
-1
/
+1
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22944: fix bug #4618:
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r21839: add my email address
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21821: move comment about the becoming a dc to the code which implements it
Stefan Metzmacher
1
-0
/
+643
2007-10-10
r21820: move function, so that all are in top-down order as they get called
Stefan Metzmacher
1
-23
/
+25
2007-10-10
r21538: this looks better...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21516: - use the same assoc_group_id, for all 3 drsuapi connection
Stefan Metzmacher
1
-4
/
+21
2007-10-10
r21295: pass down the gensec session key to the store_chunk hook
Stefan Metzmacher
1
-3
/
+10
2007-10-10
r21293: store the gensec session key for each drsuapi connection
Stefan Metzmacher
1
-0
/
+14
2007-10-10
r21292: add become_dc:print = yes option to dump out the drsuapi traffic
Stefan Metzmacher
1
-3
/
+74
2007-10-10
r20714: we can use talloc_asprintf_append() again, because strupper_talloc()
Stefan Metzmacher
1
-6
/
+5
2007-10-10
r20708: fix crash bug! we can't use stack memory for async requests...
Stefan Metzmacher
1
-4
/
+7
2007-10-10
r20676: Add ref pointer to fix warning.
Jelmer Vernooij
1
-6
/
+8
2007-10-10
r20570: use talloc_asprintf() instead of talloc_asprintf_append()
Stefan Metzmacher
1
-3
/
+4
2007-10-10
r20504: we handle the attribute values always as DATA_BLOB's and
Stefan Metzmacher
1
-70
/
+70
2007-10-10
r20484: get rid of the special case for DN strings
Stefan Metzmacher
1
-53
/
+100
2007-10-10
r20476: get rid of extra case for uint32 values
Stefan Metzmacher
1
-27
/
+36
2007-10-10
r20475: remove special case for GUID values
Stefan Metzmacher
1
-10
/
+15
2007-10-10
r20418: start to get step by step rid of the union for the attribute
Stefan Metzmacher
1
-7
/
+15
2007-10-10
r20293: implement store chunk hook for libnet_BecomeDC()
Stefan Metzmacher
1
-55
/
+29
2007-10-10
r20292: set ntds_dn_str if DsAddEntry() was successful
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r20291: implement prepare_db hook of libnet_BecomeDC()
Stefan Metzmacher
1
-1
/
+7
2007-10-10
r20285: pass more info to check_options hook and move behavior versions etc.
Stefan Metzmacher
1
-59
/
+20
2007-10-10
r20283: pass in callbacks to libnet_BecomeDC() from the caller
Stefan Metzmacher
1
-15
/
+6
2007-10-10
r20282: prepare callback infrastructure to check if the forest/domain
Stefan Metzmacher
1
-0
/
+46
2007-10-10
r20251: I found out that the oid-prefix to uint32-id-prefix mapping is transf...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r20204: use symbolic constant
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20142: only the DDNS updates are missing for the full libnet_BecomeDC(),
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r20109: let libnet_BecomeDC() work against w2k servers
Stefan Metzmacher
1
-4
/
+19
2007-10-10
r20105: remove useless comments
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r20095: make a complete copy of the binding string
Stefan Metzmacher
1
-1
/
+7
2007-10-10
r20088: implement DsReplicaUpdateRefs() calls for all partitions
Stefan Metzmacher
1
-0
/
+111
2007-10-10
r20086: pull domain partition
Stefan Metzmacher
1
-2
/
+52
2007-10-10
r20085: add _part to structure elements
Stefan Metzmacher
1
-29
/
+29
2007-10-10
r20084: pull the config partition
Stefan Metzmacher
1
-1
/
+53
2007-10-10
r20083: move function together which belong to each other
Stefan Metzmacher
1
-21
/
+21
[prev]
[next]