Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-05 | Fix for bug #7189 - Open txt files with notepad on samba shares creates problem. | Jeremy Allison | 21 | -47/+129 | |
Ensure we don't use any of the create_options for Samba private use. Add a new parameter to the VFS_CREATE call (private_flags) which is only used internally. Renumber NTCREATEX_OPTIONS_PRIVATE_DENY_DOS and NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to match the S4 code). Rev. the VFS interface to version 28. Jeremy. | |||||
2010-03-06 | s4/tort: fix annoying "union spoolss_PrinterInfo" undefined warnings | Kamen Mazdrashki | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-05 | s3: re-run make samba3-idl. | Günther Deschner | 4 | -20/+20 | |
Guenther | |||||
2010-03-05 | winreg: fix winreg_QueryValue IDL. | Günther Deschner | 1 | -1/+1 | |
Note that before this change pidl generated code that just dereferenced size_is and length_is values from unique pointers without checking whether these pointers were actually NULL. With this change, pidl now throws a warning like: warning: Got pointer for `data_size', expected fully derefenced variable which is not correct, probably because pidl does not evaluate the C expression. Guenther | |||||
2010-03-05 | s3-rpcclient: Leave setprinterdata directly if not enough args were passed. | Andreas Schneider | 1 | -2/+1 | |
If we don't pass enough arguments we don't have to close the connection. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-05 | s3-rpc_server: Document rpc_pipe_open_internal. | Andreas Schneider | 1 | -1/+27 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-05 | s4-smbtorture: fix RPC-SPOOLSS-WIN after PrinterData IDL changes. | Günther Deschner | 1 | -3/+4 | |
Guenther | |||||
2010-03-05 | s4:drsuapi RPC - Change also here counters to "unsigned" | Matthias Dieter Wallnöfer | 3 | -7/+8 | |
No need to have "signed" counters at those places. | |||||
2010-03-05 | s4:dsdb/util - Change also here counters to "unsigned" | Matthias Dieter Wallnöfer | 1 | -13/+16 | |
No need to have "signed" counters at those places. | |||||
2010-03-05 | s4:repl - change also here the counter variables to "unsigned" | Matthias Dieter Wallnöfer | 3 | -7/+8 | |
I changed also some "uint32_t" to "unsigned" since the LDB interface doesn't specify the bitlength of the unsigned type. | |||||
2010-03-05 | s4:wrepl_server - change also here the counter variables to "unsigned" | Matthias Dieter Wallnöfer | 3 | -6/+6 | |
I changed also some "uint32_t" to "unsigned" since the LDB interface doesn't specify the bitlength of the unsigned type. | |||||
2010-03-05 | s3: Make "smbcontrol xx debuglevel" print the correct cluster pid | Volker Lendecke | 1 | -2/+6 | |
2010-03-05 | s4-spoolss: fix dcesrv_spoolss_GetPrinterData build. | Günther Deschner | 1 | -1/+1 | |
really not my day today... Guenther | |||||
2010-03-05 | s4-smbtorture: fix test_SetPrinterDataEx_matrix() call. sorry... | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-03-05 | s3: Remove the unused parameter "persistent" from fetch_locked_internal | Volker Lendecke | 1 | -8/+2 | |
2010-03-05 | s3: db->persistent==true was handled earlier, make this more obvious | Volker Lendecke | 1 | -1/+1 | |
2010-03-05 | s4-smbtorture: when checking PrinterData matrix, include winreg cross ↵ | Günther Deschner | 1 | -2/+179 | |
reference checks. Guenther | |||||
2010-03-05 | s4-smbtorture: hand down printername to test_SetPrinterDataEx_matrix. | Günther Deschner | 1 | -3/+4 | |
Guenther | |||||
2010-03-05 | s4-smbtorture: add more paranoid checks for REG_DWORD SetPrinterDataEx tests. | Günther Deschner | 1 | -10/+1 | |
Guenther | |||||
2010-03-05 | s4-smbtorture: remove check for selfmade parsing artefact. | Günther Deschner | 1 | -8/+1 | |
We were checking against a phenomenon that we created ourselves at the pidl layer... Guenther | |||||
2010-03-05 | s3-libads: fix get_remote_printer_publishing_data after ↵ | Günther Deschner | 1 | -26/+14 | |
spoolss_EnumPrinterDataEx IDL change. Guenther | |||||
2010-03-05 | s3-spoolss: fix _spoolss_EnumPrinterDataEx after idl | Günther Deschner | 1 | -11/+2 | |
Guenther | |||||
2010-03-05 | s3-rpcclient: fix rpcclient after spoolss_EnumPrinterDataEx IDL change. | Günther Deschner | 1 | -5/+4 | |
Guenther | |||||
2010-03-05 | s3-net: fix net after spoolss_EnumPrinterDataEx IDL change. | Günther Deschner | 1 | -9/+2 | |
Guenther | |||||
2010-03-05 | s3: re-run make samba3-idl. | Günther Deschner | 2 | -39/+56 | |
Guenther | |||||
2010-03-05 | spoolss: fix spoolss_EnumPrinterDataEx IDL. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-03-05 | s4-smbtorture: fix smbtorture after GetPrinterData{Ex} after IDL changes. | Günther Deschner | 1 | -49/+37 | |
Guenther | |||||
2010-03-05 | s4-spoolss: fix spoolss_GetPrinterData implementation after IDL change. | Günther Deschner | 2 | -44/+75 | |
Guenther | |||||
2010-03-05 | s3-rpcclient: fix rpcclient after spoolss_GetPrinterData{Ex} IDL change. | Günther Deschner | 3 | -20/+53 | |
Guenther | |||||
2010-03-05 | s3-spoolss: fix _spoolss_GetPrinterDataEx after IDL change. | Günther Deschner | 1 | -11/+27 | |
Guenther | |||||
2010-03-05 | s3: re-run make samba3-idl. | Günther Deschner | 6 | -201/+50 | |
Guenther | |||||
2010-03-05 | spoolss: rollback GetPrinterData[Ex] IDL. | Günther Deschner | 3 | -238/+4 | |
Guenther | |||||
2010-03-05 | s4-smbtorture: fix smbtorture after SetPrinterData{Ex} IDL changes. | Günther Deschner | 1 | -18/+28 | |
Guenther | |||||
2010-03-05 | s3-rpcclient: fix rpcclient after spoolss_SetPrinterData{Ex} IDL change. | Günther Deschner | 1 | -2/+8 | |
Guenther | |||||
2010-03-05 | s3-net: fix net after spoolss_SetPrinterData{Ex} IDL change. | Günther Deschner | 1 | -24/+6 | |
Guenther | |||||
2010-03-05 | s3-spoolss: fix _spoolss_SetPrinterData{Ex} after IDL change. | Günther Deschner | 1 | -10/+3 | |
Guenther | |||||
2010-03-05 | s3: re-run make samba3-idl. | Günther Deschner | 5 | -151/+64 | |
Guenther | |||||
2010-03-05 | spoolss: rollback SetPrinterData{Ex} IDL. | Günther Deschner | 3 | -113/+6 | |
Guenther | |||||
2010-03-05 | s4:dcesrv_samr_AddAliasMember - wrap a long "DEBUG" statement | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
2010-03-05 | s4:libcli/wrepl: convert wrepl_associate_stop_send to tevent_req | Stefan Metzmacher | 2 | -37/+97 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: convert wrepl_connect_send to tevent_req | Stefan Metzmacher | 2 | -80/+104 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: convert wrepl_associate_send to tevent_req | Stefan Metzmacher | 2 | -45/+111 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: convert wrepl_pull_table_send to tevent_req | Stefan Metzmacher | 2 | -48/+111 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: convert wrepl_pull_names_send to tevent_req | Stefan Metzmacher | 2 | -72/+156 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: use UTIL_TEVENT | Stefan Metzmacher | 2 | -1/+2 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: avoid neested named structures | Stefan Metzmacher | 1 | -15/+19 | |
metze | |||||
2010-03-05 | s4:torture/nbt: avoid the usage of wrepl_pull_table_send() | Stefan Metzmacher | 1 | -3/+6 | |
metze | |||||
2010-03-05 | libcli/auth: add a const to des_crypt112_16() | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2010-03-05 | s3:winbindd: add DEBUG(10,...) for the end of each top level | Stefan Metzmacher | 2 | -6/+25 | |
That will hopefully make debugging a bit easier (at least for me). metze | |||||
2010-03-05 | s4:kcc - Change some counter variables to be unsigned | Matthias Dieter Wallnöfer | 2 | -4/+5 | |
The upper limits are unsigned variables therefore also the counter variables need to be like that. |