summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263.Günther Deschner2009-04-172-0/+89
| | | | Guenther
* s4-smbtorture: Fix crash in RPC-LSA-LOOKUPGünther Deschner2009-04-171-0/+2
| | | | Guenther
* s3-docs: document warn_pwd_expire pam_winbind option in manpage.Günther Deschner2009-04-171-1/+8
| | | | | | Andreas, please check. Guenther
* Add torture tester to ensure we don't regress the ulogoff bug.Jeremy Allison2009-04-161-0/+45
| | | | Jeremy.
* Fix bug found by Tim Prouty, logging off and then re-using a vuid can cause ↵Jeremy Allison2009-04-161-0/+11
| | | | | | | smbd to access a freed structure. Jeremy.
* When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.Jeremy Allison2009-04-161-1/+1
| | | | Jeremy.
* Fix IDL licensing file that got missed when IDL files were moved.Jeremy Allison2009-04-162-0/+18
| | | | Jeremy.
* Add notify_onelevel.tdbVolker Lendecke2009-04-168-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.
* Rename notify_context->db to db_recursiveVolker Lendecke2009-04-161-9/+12
|
* In net_conf_import, start a transaction when importing a single share.Martin Schwenke2009-04-161-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>
* tsocket: fix the build without ipv6 supportStefan Metzmacher2009-04-161-0/+2
| | | | metze
* s3-lsa: Fix Bug #6263. Unexpected LookupSids reply crashes XP pre-SP3.Günther Deschner2009-04-161-1/+9
| | | | | | | LookupSids needs to bounce back string sids in case of NT_STATUS_NONE_MAPPED. Guenther (cherry picked from commit 1c9266c8caa59e287b993393b6050732a0b33547)
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-1512-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.
* s4-smbtorture: Fix crash bugs in RPC-SAMR_ACCESSMASK.Günther Deschner2009-04-151-7/+15
| | | | | | Also disable security descriptor based tests while testing samba3. Guenther
* s3-examples: make sure to match correct key name in adssearch.Günther Deschner2009-04-151-1/+1
| | | | Guenther
* s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon.Günther Deschner2009-04-151-6/+8
| | | | Guenther
* Enable software rollout through ADMatthias Dieter Wallnöfer2009-04-151-0/+10
| | | | | | This enables the sofware rollout feature in Samba4 Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison2009-04-144-40/+71
| | | | | | Change the function names to add _once to the tls_create & tls_destroy to make this obvious. Jeremy.
* s3-spoolss: Fix format of description string in spoolss_PrinterInfo1.Günther Deschner2009-04-141-10/+6
| | | | | | | This is what windows does and should get us closer to show the appropriate printer location string in explorer. Guenther
* netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner2009-04-141-0/+15
| | | | Guenther
* Try and fix the S4 build - include thread includes.Jeremy Allison2009-04-141-0/+4
| | | | Jeremy.
* Make talloc_stack threadsafe using TLS. Volker pleaseJeremy Allison2009-04-144-25/+93
| | | | | check. Passes make test and basic valgrind testing. Jeremy.
* libwbclient: Fix undocumented arguments doxygen warnings.Günther Deschner2009-04-141-8/+8
| | | | | Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d)
* s3-nsswitch: fix make test_wbpad.Günther Deschner2009-04-141-1/+1
| | | | Guenther
* socket_wrapper: fix the build on systems without ipv6 supportStefan Metzmacher2009-04-141-0/+2
| | | | metze
* s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call.Günther Deschner2009-04-141-0/+3
| | | | Guenther
* s3-svcctl: fix memcpy in _svcctl_EnumServicesStatusW().Günther Deschner2009-04-141-2/+1
| | | | | | | | Make sure we are not copying more than what we have as valid data. Fix from Jeremy. Thanks a lot for watching this so closely! Guenther
* s3-spoolss: remove unused dup_nt_devicemode().Günther Deschner2009-04-142-29/+0
| | | | Guenther
* s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test.Günther Deschner2009-04-141-1/+32
| | | | Guenther
* s3:charcnv remove now unused malloc() based conversion functionsAndrew Bartlett2009-04-142-43/+0
|
* Add some harmless use of talloc_tos() in ntlm_authAndrew Bartlett2009-04-142-5/+5
|
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-1421-356/+190
| | | | | | | | | | | | This removes calls to push_*_allocate() and pull_*_allocate(), as well as convert_string_allocate, as they are not in the common API To allow transition to a common charcnv in future, provide Samba4-like strupper functions in source3/lib/charcnv.c (the actual implementation remains distinct, but the API is now shared) Andrew Bartlett
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-148-53/+86
| | | | | | | | This renames push_string in Samba3 into push_string_base and push_string_check for the two different use cases. This should allow push_string to be imported from Samba4, using it's calling conventions.
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett2009-04-144-41/+102
|\
| * s3-rpcclient: add set_job command.Günther Deschner2009-04-131-0/+55
| | | | | | | | Guenther
| * s4-smbtorture: fix two valgrind warnings.Günther Deschner2009-04-131-0/+2
| | | | | | | | Guenther
| * s4-smbtorture: disable test_SecondaryClosePrinter when running against s3 ↵Günther Deschner2009-04-131-4/+8
| | | | | | | | | | | | for now. Guenther
| * s4-smbtorture: move test_ReplyOpenPrinter from RPC-SPOOLSS to ↵Günther Deschner2009-04-132-36/+36
| | | | | | | | | | | | RPC-SPOOLSS-NOTIFY. Guenther
| * s3-spoolss: fix typo in fill_printer_driver_info3().Günther Deschner2009-04-131-1/+1
| | | | | | | | Guenther
* | s4:ldb Make it possible to re-run ldap.py againAndrew Bartlett2009-04-141-2/+6
|/ | | | | | The parentGUID test didn't clean up after itself correctly. Andrew Bartlett
* s3-loadparm: Fix resume command typo for "printing = vlp".Günther Deschner2009-04-131-1/+1
| | | | Guenther
* s3-spoolss: Fix permission checks for _spoolss_AddForm,SetForm and DelForm.Günther Deschner2009-04-131-12/+34
| | | | | | Found by smbtorture test. Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-04-133-3/+29
| | | | Guenther
* spoolss: add spoolss_DriverAttributes bitmask.Günther Deschner2009-04-131-2/+6
| | | | Guenther
* s3-spoolss: use enumprinterdrivers_level() for level 3 enum.Günther Deschner2009-04-131-67/+6
| | | | Guenther
* s3-spoolss: use enumprinterdrivers_level() for level 2 enum.Günther Deschner2009-04-131-66/+6
| | | | Guenther
* s3-spoolss: use enumprinterdrivers_level() for level 1 enum.Günther Deschner2009-04-131-67/+7
| | | | Guenther
* s3-spoolss: add generic enumprinterdrivers_level function.Günther Deschner2009-04-131-0/+86
| | | | Guenther
* s4-smbtorture: use printerinfo level 1 name, not description inGünther Deschner2009-04-131-4/+11
| | | | | | test_EnumPrinters_old(). Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-04-132-73/+73
| | | | Guenther