summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s3: db->persistent==true was handled earlier, make this more obviousVolker Lendecke2010-03-051-1/+1
|
* s4-smbtorture: when checking PrinterData matrix, include winreg cross ↵Günther Deschner2010-03-051-2/+179
| | | | | | reference checks. Guenther
* s4-smbtorture: hand down printername to test_SetPrinterDataEx_matrix.Günther Deschner2010-03-051-3/+4
| | | | Guenther
* s4-smbtorture: add more paranoid checks for REG_DWORD SetPrinterDataEx tests.Günther Deschner2010-03-051-10/+1
| | | | Guenther
* s4-smbtorture: remove check for selfmade parsing artefact.Günther Deschner2010-03-051-8/+1
| | | | | | | We were checking against a phenomenon that we created ourselves at the pidl layer... Guenther
* s3-libads: fix get_remote_printer_publishing_data after ↵Günther Deschner2010-03-051-26/+14
| | | | | | spoolss_EnumPrinterDataEx IDL change. Guenther
* s3-spoolss: fix _spoolss_EnumPrinterDataEx after idlGünther Deschner2010-03-051-11/+2
| | | | Guenther
* s3-rpcclient: fix rpcclient after spoolss_EnumPrinterDataEx IDL change.Günther Deschner2010-03-051-5/+4
| | | | Guenther
* s3-net: fix net after spoolss_EnumPrinterDataEx IDL change.Günther Deschner2010-03-051-9/+2
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-03-052-39/+56
| | | | Guenther
* spoolss: fix spoolss_EnumPrinterDataEx IDL.Günther Deschner2010-03-051-2/+2
| | | | Guenther
* s4-smbtorture: fix smbtorture after GetPrinterData{Ex} after IDL changes.Günther Deschner2010-03-051-49/+37
| | | | Guenther
* s4-spoolss: fix spoolss_GetPrinterData implementation after IDL change.Günther Deschner2010-03-052-44/+75
| | | | Guenther
* s3-rpcclient: fix rpcclient after spoolss_GetPrinterData{Ex} IDL change.Günther Deschner2010-03-053-20/+53
| | | | Guenther
* s3-spoolss: fix _spoolss_GetPrinterDataEx after IDL change.Günther Deschner2010-03-051-11/+27
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-03-056-201/+50
| | | | Guenther
* spoolss: rollback GetPrinterData[Ex] IDL.Günther Deschner2010-03-053-238/+4
| | | | Guenther
* s4-smbtorture: fix smbtorture after SetPrinterData{Ex} IDL changes.Günther Deschner2010-03-051-18/+28
| | | | Guenther
* s3-rpcclient: fix rpcclient after spoolss_SetPrinterData{Ex} IDL change.Günther Deschner2010-03-051-2/+8
| | | | Guenther
* s3-net: fix net after spoolss_SetPrinterData{Ex} IDL change.Günther Deschner2010-03-051-24/+6
| | | | Guenther
* s3-spoolss: fix _spoolss_SetPrinterData{Ex} after IDL change.Günther Deschner2010-03-051-10/+3
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-03-055-151/+64
| | | | Guenther
* spoolss: rollback SetPrinterData{Ex} IDL.Günther Deschner2010-03-053-113/+6
| | | | Guenther
* 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
| | | | metze
* s4:libcli/wrepl: convert wrepl_connect_send to tevent_reqStefan Metzmacher2010-03-052-80/+104
| | | | metze
* s4:libcli/wrepl: convert wrepl_associate_send to tevent_reqStefan Metzmacher2010-03-052-45/+111
| | | | metze
* s4:libcli/wrepl: convert wrepl_pull_table_send to tevent_reqStefan Metzmacher2010-03-052-48/+111
| | | | metze
* s4:libcli/wrepl: convert wrepl_pull_names_send to tevent_reqStefan Metzmacher2010-03-052-72/+156
| | | | metze
* s4:libcli/wrepl: use UTIL_TEVENTStefan Metzmacher2010-03-052-1/+2
| | | | metze
* s4:libcli/wrepl: avoid neested named structuresStefan Metzmacher2010-03-051-15/+19
| | | | metze
* s4:torture/nbt: avoid the usage of wrepl_pull_table_send()Stefan Metzmacher2010-03-051-3/+6
| | | | metze
* libcli/auth: add a const to des_crypt112_16()Stefan Metzmacher2010-03-052-2/+2
| | | | metze
* s3:winbindd: add DEBUG(10,...) for the end of each top levelStefan Metzmacher2010-03-052-6/+25
| | | | | | That will hopefully make debugging a bit easier (at least for me). metze
* s4:kcc - Change some counter variables to be unsignedMatthias Dieter Wallnöfer2010-03-052-4/+5
| | | | | The upper limits are unsigned variables therefore also the counter variables need to be like that.
* s4:samdb_privilege.c - Change two counter variables to unsignedMatthias Dieter Wallnöfer2010-03-051-2/+3
| | | | Also here in both cases the unsigned counter fits better than the signed one.
* s4:cracknames - Change two counter variables to unsignedMatthias Dieter Wallnöfer2010-03-051-2/+2
| | | | | | In both cases the unsigned counter fits better: - in the first one since we are counting LDB objects starting from 0 - in the second since we are counting an array starting from 0
* 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
| | | | talloc can potentially change the errno
* 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
| | | | | | If the system has O_NOFOLLOW and O_DIRECTORY then we allow for overrides by default. If not, then we disable by default, as we will be more vulnerable to symlink attacks
* s4-pvfs: use O_FOLLOW one level at a time for security overridesAndrew Tridgell2010-03-051-37/+357
| | | | | To prevent symlink attacks we need to use O_NOFOLLOW one level at a time when processing a root security override
* replace: added get_current_dir_name()Andrew Tridgell2010-03-053-0/+18
|
* s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell2010-03-055-20/+20
| | | | | | | This allows for root override, which fixes many problems with mismatches between NT ACL permissions and unix permissions. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-pvfs: new pvfs_sys module Andrew Tridgell2010-03-052-0/+301
| | | | | | | | The pvfs_sys_*() calls provide wrapper functions for posix file functions which use root privileges to override EACCES failures if PVFS_FLAG_PERM_OVERRIDE is set Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-pvfs: added new pvfs flag PVFS_FLAG_PERM_OVERRIDEAndrew Tridgell2010-03-052-0/+4
| | | | | | | | This flag indicates that we should use root privileges to override unix permissions when the NT ACLs indicate that access should be granted Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-privs: add root_privileges_original_uid()Andrew Tridgell2010-03-051-0/+6
| | | | | | | This can be used to get the uid we changed away from when we gained root privileges Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-selftest: enable RPC-WINREG against Samba 3.Günther Deschner2010-03-051-1/+1
| | | | Guenther
* s4-smbtorture: skip NotifyChangeKeyValue test against s3 for now.Günther Deschner2010-03-051-0/+4
| | | | Guenther
* s4:torture/rpc/samr.c - add some decision possibility constants to some switchMatthias Dieter Wallnöfer2010-03-051-0/+3
| | | | | At the moment nothing is done when the enumeration variable is set to one of those constants as before. This is only to quite nasty warnings.