Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-18 | Convert the samr connect_handles to type-safe calls | Volker Lendecke | 1 | -23/+37 | |
2009-04-18 | Add type-safe policy_handle_create/find | Volker Lendecke | 2 | -0/+57 | |
2009-04-18 | Add some const | Volker Lendecke | 2 | -3/+7 | |
2009-04-17 | s3-spoolss: remove some direct checks for 0 uid in AddForm,SetForm,DelForm. | Günther Deschner | 1 | -4/+13 | |
Also add some become_root()/unbecome_root() pairs which were missing IMHO. Guenther | |||||
2009-04-17 | s3:docs: document the --request-timeout option of net | Stefan Metzmacher | 1 | -0/+9 | |
metze | |||||
2009-04-17 | s3:net: add --request-timeout option | Stefan Metzmacher | 3 | -0/+4 | |
metze | |||||
2009-04-17 | s3:net_rpc: don't shutdown a cli_state passed from the caller | Stefan Metzmacher | 1 | -9/+8 | |
This fixes a crash bug if we timeout in net rpc trustdom list. metze | |||||
2009-04-17 | s3-selftest: enable RPC-SPOOLSS. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-17 | s4-smbtorture: Skip Job pause and resume on paused printers for Samba 3 for now. | Günther Deschner | 1 | -2/+6 | |
Guenther | |||||
2009-04-17 | s3-spoolss: add support for _spoolss_EnumPrinterDrivers() level 6. | Günther Deschner | 1 | -1/+25 | |
Guenther | |||||
2009-04-17 | s3-spoolss: add support for _spoolss_EnumPrinterDrivers() level 5. | Günther Deschner | 1 | -0/+71 | |
Guenther | |||||
2009-04-17 | s3-spoolss: add support for _spoolss_EnumPrinterDrivers() level 4. | Günther Deschner | 1 | -0/+90 | |
Guenther | |||||
2009-04-17 | s4-smbtorture: rework test_EnumPrinterDrivers() a little to succeed with s3. | Günther Deschner | 1 | -10/+13 | |
Yes, I feel dirty for this but promise to come back and fix appropriately. Guenther | |||||
2009-04-17 | s4-smbtorture: Fix RPC-SPOOLSS-WIN for printers with a lot of jobs in the queue. | Günther Deschner | 1 | -0/+7 | |
Guenther | |||||
2009-04-17 | s3: make installmo and uninstallmo scripts executable | Michael Adam | 2 | -0/+0 | |
Michael | |||||
2009-04-17 | s3: Fix uninstallmo | Michael Adam | 1 | -1/+2 | |
Michael | |||||
2009-04-17 | s3-selftest: samba 3 also passes RPC-JOIN so enable it. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-17 | s3:registry: Prevent creation of keys containing the '/' character. | Michael Adam | 1 | -0/+10 | |
This creates a broken registry that can only be fixed with tdbtool, since the '/' sign is used as a key separator after normalization at a lower level. This makes e.g. "net conf setparm abc/def comment xyz" fail with WERR_INVALID_PARAM, which is much more desirable than a broken registry.tdb. Michael | |||||
2009-04-17 | s3-samr: set the builtin_domain bool flag in get_samr_dispinfo_by_sid(). | Günther Deschner | 1 | -0/+2 | |
Volker, please check. Found by torture test RPC-SAMR-PASSWORDS-PWDLASTSET (which we pass with this fix). Guenther | |||||
2009-04-17 | s3-selftest: enable RPC-SAMR-PASSWORDS-PWDLASTSET whilte testing Samba3. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-04-17 | s4-smbtorture: disable CreateUser2 tests when running RPC-SAMR-PASSWORDS-PWDLAST | Günther Deschner | 1 | -1/+3 | |
against Samba3. Samba 3 does not (yet) get all the ACB_flag settings right upon creation. Guenther | |||||
2009-04-17 | Merge branch 'master' of /home/jmcd/samba/git.samba.org/samba-master into ↵ | Jim McDonough | 19 | -13/+579 | |
mymaster | |||||
2009-04-17 | s3-docs: fix typo in smb.conf.5. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-17 | s3-selftest: enable RPC-LSA-LOOKUPSIDS against samba 3. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-17 | s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263. | Günther Deschner | 2 | -0/+89 | |
Guenther | |||||
2009-04-17 | s4-smbtorture: Fix crash in RPC-LSA-LOOKUP | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-04-17 | s3-docs: document warn_pwd_expire pam_winbind option in manpage. | Günther Deschner | 1 | -1/+8 | |
Andreas, please check. Guenther | |||||
2009-04-16 | Add torture tester to ensure we don't regress the ulogoff bug. | Jeremy Allison | 1 | -0/+45 | |
Jeremy. | |||||
2009-04-16 | Fix bug found by Tim Prouty, logging off and then re-using a vuid can cause ↵ | Jeremy Allison | 1 | -0/+11 | |
smbd to access a freed structure. Jeremy. | |||||
2009-04-16 | When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-04-16 | Fix IDL licensing file that got missed when IDL files were moved. | Jeremy Allison | 2 | -0/+18 | |
Jeremy. | |||||
2009-04-16 | Don't look up local user for remote changes, even when root. | Jim McDonough | 1 | -6/+10 | |
2009-04-16 | Add notify_onelevel.tdb | Volker Lendecke | 8 | -0/+383 | |
This optimizes non-recursive notifys. For non-recursive notifies we can use a per-directory file-id indexed notify record. This matters for the Windows Explorer and IIS cases which do not use recursive notifies. In these cases, we do not have to shuffle around the whole notify record on every change. For the cluster case, this improves correctness of the notifies, ctdb only distributes the tdb seqnum once a second, so we can lose notifies. | |||||
2009-04-16 | Rename notify_context->db to db_recursive | Volker Lendecke | 1 | -9/+12 | |
2009-04-16 | In net_conf_import, start a transaction when importing a single share. | Martin Schwenke | 1 | -0/+8 | |
Commit d69c3db9d44ad5d9fd1f5d7a9499f3bd79ecfb47 caused the transaction start to be conditional but the commit is still unconditional, so an error occurs when importing a single share. An alternate fix would be to return the transaction start to be unconditional but then it would occur before other error checking. Signed-off-by: Martin Schwenke <martin@meltin.net> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-04-16 | tsocket: fix the build without ipv6 support | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-04-16 | s3-lsa: Fix Bug #6263. Unexpected LookupSids reply crashes XP pre-SP3. | Günther Deschner | 1 | -1/+9 | |
LookupSids needs to bounce back string sids in case of NT_STATUS_NONE_MAPPED. Guenther (cherry picked from commit 1c9266c8caa59e287b993393b6050732a0b33547) | |||||
2009-04-15 | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 12 | -59/+51 | |
What a difference a name makes... :-). Just because something is missnamed SAMR_ACCESS_OPEN_DOMAIN, when it should actually be SAMR_ACCESS_LOOKUP_DOMAIN, don't automatically use it for a security check in _samr_OpenDomain(). Jeremy. | |||||
2009-04-15 | s4-smbtorture: Fix crash bugs in RPC-SAMR_ACCESSMASK. | Günther Deschner | 1 | -7/+15 | |
Also disable security descriptor based tests while testing samba3. Guenther | |||||
2009-04-15 | s3-examples: make sure to match correct key name in adssearch. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-15 | s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon. | Günther Deschner | 1 | -6/+8 | |
Guenther | |||||
2009-04-15 | Enable software rollout through AD | Matthias Dieter Wallnöfer | 1 | -0/+10 | |
This enables the sofware rollout feature in Samba4 Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-04-14 | Ensure a tls key is only generated once - wrap create & destroy in a mutex. | Jeremy Allison | 4 | -40/+71 | |
Change the function names to add _once to the tls_create & tls_destroy to make this obvious. Jeremy. | |||||
2009-04-14 | s3-spoolss: Fix format of description string in spoolss_PrinterInfo1. | Günther Deschner | 1 | -10/+6 | |
This is what windows does and should get us closer to show the appropriate printer location string in explorer. Guenther | |||||
2009-04-14 | netdomjoin-gui: make sure to grey out change fields when not running as root. | Günther Deschner | 1 | -0/+15 | |
Guenther | |||||
2009-04-14 | Try and fix the S4 build - include thread includes. | Jeremy Allison | 1 | -0/+4 | |
Jeremy. | |||||
2009-04-14 | Make talloc_stack threadsafe using TLS. Volker please | Jeremy Allison | 4 | -25/+93 | |
check. Passes make test and basic valgrind testing. Jeremy. | |||||
2009-04-14 | libwbclient: Fix undocumented arguments doxygen warnings. | Günther Deschner | 1 | -8/+8 | |
Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d) | |||||
2009-04-14 | s3-nsswitch: fix make test_wbpad. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-14 | socket_wrapper: fix the build on systems without ipv6 support | Stefan Metzmacher | 1 | -0/+2 | |
metze |