index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libnet
/
libnet_vampire.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:libnet Make 'net vampire' more robust to command line arguments
Andrew Bartlett
2010-04-29
1
-0
/
+20
*
s4/libnet: Allocate mem in supplied mem_ctx
Kamen Mazdrashki
2010-04-12
1
-2
/
+2
*
s4:dsdb Change dsdb_get_schema() callers to use new talloc argument
Andrew Bartlett
2010-03-16
1
-1
/
+1
*
s4:libnet: use generate_random_password()
Stefan Metzmacher
2010-02-26
1
-1
/
+1
*
s4/rodc: change the libnet_become_dc code to do RODC join
Anatoliy Atanasov
2010-02-17
1
-0
/
+2
*
idl: switched to using the WSPP names for the 'neighbour' DRS options
Andrew Tridgell
2010-01-18
1
-6
/
+6
*
s4-libnet: better error messages in libnet_vampire.c
Andrew Tridgell
2010-01-08
1
-2
/
+2
*
s4:dsdb Load objectGUID and extended DN defaultObjectCategory into the schema
Andrew Bartlett
2009-11-17
1
-1
/
+1
*
s4:dsdb/repl Split the 'convert' or 'commit' stages in the DRS import
Andrew Bartlett
2009-11-12
1
-25
/
+38
*
s4/drs: dsdb_map_int2oid() replaced by dsdb_schema_pfm_oid_from_attid()
Kamen Mazdrashki
2009-11-06
1
-1
/
+2
*
s4/drs: dsdb_verify_oid_mappings_drsuapi() replaced by dsdb_schema_pfm_contai...
Kamen Mazdrashki
2009-11-06
1
-1
/
+1
*
s4/drs: dsdb_load_oid_mappings_drsuapi() -> dsdb_load_prefixmap_from_drsuapi()
Kamen Mazdrashki
2009-11-06
1
-1
/
+1
*
s4-libnet: fixed debug formatting
Andrew Tridgell
2009-09-28
1
-2
/
+2
*
s4-libnet: avoid a steal with references error
Andrew Tridgell
2009-09-24
1
-1
/
+2
*
s4:provision Use code to store domain join in 'net join' as well
Andrew Bartlett
2009-09-20
1
-18
/
+31
*
s4-libnet: use updated dsdb commit function
Andrew Tridgell
2009-09-15
1
-2
/
+4
*
s4/vampire: fixed i/j index mixup in vampire code
Andrew Tridgell
2009-09-10
1
-3
/
+3
*
show more reasonable object counts during a vampire
Andrew Tridgell
2009-09-03
1
-4
/
+18
*
wrap the entire vampire operation in a transaction
Andrew Tridgell
2009-09-02
1
-13
/
+24
*
the settings structure needs to be initialised
Andrew Tridgell
2009-07-02
1
-0
/
+1
*
major upgrade to the ldb attribute handling
Andrew Tridgell
2009-04-02
1
-1
/
+1
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-1
/
+1
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
drsuapi: print out the number of linked attribute values we got
Stefan Metzmacher
2008-07-16
1
-16
/
+27
*
drsuapi: make use of the 'more_data' field in DsGetNCChangesCtr[1|6]
Stefan Metzmacher
2008-07-16
1
-1
/
+1
*
drsuapi: total_object_count was the wrong guess
Stefan Metzmacher
2008-07-16
1
-13
/
+10
*
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
2008-04-17
1
-3
/
+4
*
Ensure we initialise s->lp_ctx for the way into the provision.
Andrew Bartlett
2008-04-14
1
-0
/
+2
*
Use the python-provided ldb and lp_ctx pointers in libnet_vampire.c
Andrew Bartlett
2008-04-11
1
-29
/
+6
*
Link the new vampire code togeather.
Andrew Bartlett
2008-04-09
1
-12
/
+38
*
Start implementation of real 'net vampire' code.
Andrew Bartlett
2008-04-09
1
-318
/
+625
*
r26669: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
2008-01-05
1
-1
/
+1
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-1
/
+1
*
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26328: remove more uses of global_loadparm.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26327: Explicit loadparm_context for RPC client functions.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26231: Spell check: credentails -> credentials.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-4
/
+4
*
r25823: remove unneeded nesting by using error and out logic
Stefan Metzmacher
2007-12-21
1
-21
/
+21
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r21300: let the caller decide if it wants rid decrypted hashes or not
Stefan Metzmacher
2007-10-10
1
-3
/
+8
*
r21255: Add a debugging option to avoid rid decryption in the samsync output.
Andrew Bartlett
2007-10-10
1
-12
/
+22
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r19261: Fix use of unitialised variables. (The binding string is used, if not
Andrew Bartlett
2007-10-10
1
-1
/
+2
*
r18609: error_string should not contain newlines.
Günther Deschner
2007-10-10
1
-2
/
+1
*
r15489: Typo fixes.
Rafal Szczesniak
2007-10-10
1
-2
/
+2
*
r15435: Turn libnet_RpcConnectDCInfo into another level of libnet_RpcConnect
Rafal Szczesniak
2007-10-10
1
-6
/
+7
[next]