summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4:libcli/wrepl: rename enum wrepl_request_state => enum wrepl_request_intern...Stefan Metzmacher2010-03-071-2/+2
* s4:libcli/wrepl: move wrepl_request_send/recv => wrepl_request_internal_send/...Stefan Metzmacher2010-03-071-6/+20
* s4:torture/nbt: use wrepl_associate_stop() instead of build the request by handStefan Metzmacher2010-03-071-9/+4
* s4:torture/nbt: use wrepl_request() instead of wrepl_request_send() followed ...Stefan Metzmacher2010-03-071-2/+1
* s4:libcli/wrepl: add my copyrightStefan Metzmacher2010-03-072-0/+2
* s4:lib/registry/ldb.c - fix trailing whitespacesMatthias Dieter Wallnöfer2010-03-061-6/+6
* s4:registry library - fix up "reg_ldb_set_value"Matthias Dieter Wallnöfer2010-03-061-9/+23
* s4:registry library - make "reg_ldb_pack/unpack_value" more robustMatthias Dieter Wallnöfer2010-03-061-28/+35
* s4:provision.reg - call us Windows 2008 from the current version point of viewMatthias Dieter Wallnöfer2010-03-061-1/+1
* s4:libregistry - change counters to be "unsigned"Matthias Dieter Wallnöfer2010-03-0610-40/+41
* LDB:tools - change counters to be unsignedMatthias Dieter Wallnöfer2010-03-066-32/+38
* s4:lsa RPC - fix up "gendb_*" result codesMatthias Dieter Wallnöfer2010-03-062-33/+34
* s4:lsa RPC - Change some counters to be "unsigned" where neededMatthias Dieter Wallnöfer2010-03-062-21/+24
* s4:samr RPC - Change some counters to be "unsigned" where neededMatthias Dieter Wallnöfer2010-03-061-9/+14
* s4/tort: fix annoying "union spoolss_PrinterInfo" undefined warningsKamen Mazdrashki2010-03-061-0/+1
* s4-smbtorture: fix RPC-SPOOLSS-WIN after PrinterData IDL changes.Günther Deschner2010-03-051-3/+4
* s4:drsuapi RPC - Change also here counters to "unsigned"Matthias Dieter Wallnöfer2010-03-053-7/+8
* s4:dsdb/util - Change also here counters to "unsigned"Matthias Dieter Wallnöfer2010-03-051-13/+16
* s4:repl - change also here the counter variables to "unsigned"Matthias Dieter Wallnöfer2010-03-053-7/+8
* s4:wrepl_server - change also here the counter variables to "unsigned"Matthias Dieter Wallnöfer2010-03-053-6/+6
* s4-spoolss: fix dcesrv_spoolss_GetPrinterData build.Günther Deschner2010-03-051-1/+1
* s4-smbtorture: fix test_SetPrinterDataEx_matrix() call. sorry...Günther Deschner2010-03-051-1/+1
* s4-smbtorture: when checking PrinterData matrix, include winreg cross referen...Günther Deschner2010-03-051-2/+179
* s4-smbtorture: hand down printername to test_SetPrinterDataEx_matrix.Günther Deschner2010-03-051-3/+4
* s4-smbtorture: add more paranoid checks for REG_DWORD SetPrinterDataEx tests.Günther Deschner2010-03-051-10/+1
* s4-smbtorture: remove check for selfmade parsing artefact.Günther Deschner2010-03-051-8/+1
* s4-smbtorture: fix smbtorture after GetPrinterData{Ex} after IDL changes.Günther Deschner2010-03-051-49/+37
* s4-spoolss: fix spoolss_GetPrinterData implementation after IDL change.Günther Deschner2010-03-052-44/+75
* s4-smbtorture: fix smbtorture after SetPrinterData{Ex} IDL changes.Günther Deschner2010-03-051-18/+28
* s4:dcesrv_samr_AddAliasMember - wrap a long "DEBUG" statementMatthias Dieter Wallnöfer2010-03-051-1/+2
* s4:libcli/wrepl: convert wrepl_associate_stop_send to tevent_reqStefan Metzmacher2010-03-052-37/+97
* s4:libcli/wrepl: convert wrepl_connect_send to tevent_reqStefan Metzmacher2010-03-052-80/+104
* s4:libcli/wrepl: convert wrepl_associate_send to tevent_reqStefan Metzmacher2010-03-052-45/+111
* s4:libcli/wrepl: convert wrepl_pull_table_send to tevent_reqStefan Metzmacher2010-03-052-48/+111
* s4:libcli/wrepl: convert wrepl_pull_names_send to tevent_reqStefan Metzmacher2010-03-052-72/+156
* s4:libcli/wrepl: use UTIL_TEVENTStefan Metzmacher2010-03-052-1/+2
* s4:libcli/wrepl: avoid neested named structuresStefan Metzmacher2010-03-051-15/+19
* s4:torture/nbt: avoid the usage of wrepl_pull_table_send()Stefan Metzmacher2010-03-051-3/+6
* s4:kcc - Change some counter variables to be unsignedMatthias Dieter Wallnöfer2010-03-052-4/+5
* s4:samdb_privilege.c - Change two counter variables to unsignedMatthias Dieter Wallnöfer2010-03-051-2/+3
* s4:cracknames - Change two counter variables to unsignedMatthias Dieter Wallnöfer2010-03-051-2/+2
* s4-pvfs_sys: build on systems without O_NOFOLLOW or O_DIRECTORYAndrew Tridgell2010-03-051-4/+22
* s4-pvfs_sys: talloc_free should be before errno restoreAndrew Tridgell2010-03-051-13/+13
* s4-pvfs: use pvfs_sys_fchmod()Andrew Tridgell2010-03-053-4/+4
* s4-pvfs: set default for perm override based on system featuresAndrew Tridgell2010-03-051-1/+9
* s4-pvfs: use O_FOLLOW one level at a time for security overridesAndrew Tridgell2010-03-051-37/+357
* s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell2010-03-055-20/+20
* s4-pvfs: new pvfs_sys module Andrew Tridgell2010-03-052-0/+301
* s4-pvfs: added new pvfs flag PVFS_FLAG_PERM_OVERRIDEAndrew Tridgell2010-03-052-0/+4
* s4-smbtorture: skip NotifyChangeKeyValue test against s3 for now.Günther Deschner2010-03-051-0/+4