summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4-smbtorture: add test_SetPrinterDataEx to RPC-SPOOLSS-PRINTER.Günther Deschner2010-03-011-0/+4
| | | | Guenther
* s4-smbtorture: return needed size pointer from test_GetPrinterDataEx.Günther Deschner2010-03-011-5/+10
| | | | Guenther
* s4-smbtorture: test at least three different regtypes in test_SetPrinterDataEx.Günther Deschner2010-03-011-6/+41
| | | | Guenther
* s3: Add connections_forall_read()Volker Lendecke2010-03-017-21/+60
| | | | | | In a cluster, this makes a large difference: For r/w traverse, we have to do a fetch_locked on every record which for most users of connections_forall is just overkill.
* s3: Make the difference between r/o and r/w in connections_db_ctx more obviousVolker Lendecke2010-03-011-9/+4
|
* s3: Make connections_forall open connections.tdb r/wVolker Lendecke2010-03-011-1/+7
| | | | | | | connections_forall is called from count_current_connections() which potentially deletes dead records. This needs r/w access to connections.tdb. connections_traverse says it does not provide this. Does not really matter in the smbd case, because we have opened it before r/w, so this is "just" cleanup.
* selftest/gdb_backtrace: call "info locals" tooStefan Metzmacher2010-03-011-0/+1
| | | | metze
* s4/rodc: Implement samdb_rodc with ldb contextAnatoliy Atanasov2010-03-013-9/+63
|
* s4/libnet: Fix misleading commentAnatoliy Atanasov2010-03-011-1/+1
|
* s3: Remove unused "mypid" from count_current_connections() stateVolker Lendecke2010-03-011-2/+0
|
* python: Add 'make pylint' convenience rule.Jelmer Vernooij2010-03-011-0/+5
|
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-0114-152/+124
|
* Add 'pyflakes' rule.Jelmer Vernooij2010-03-011-0/+5
|
* ntacl: Use existing infrastructure.Jelmer Vernooij2010-03-012-27/+27
|
* Remove __contains__ from mock object for consistency with actualJelmer Vernooij2010-03-011-3/+0
| | | | implementation.
* getntacl: Remove manpage for removed utility.Jelmer Vernooij2010-03-011-45/+0
|
* Fix SharesContainer.__len__.Ricardo Jorge2010-03-011-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* More formatting fixes.Jelmer Vernooij2010-03-012-85/+84
|
* Fix formatting.Jelmer Vernooij2010-03-012-906/+908
|
* upgradeprovision: Remove unused imports, use shutil.rmtree rather thanJelmer Vernooij2010-03-012-41/+18
| | | | rmall.
* upgradeprovision: Move to pythondoc formatMatthieu Patou2010-03-012-32/+205
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* upgradeprovision: Allow script to be called with pydocMatthieu Patou2010-03-011-40/+42
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* upgrade provision: change the meaning of handle_security_desc to be similar ↵Matthieu Patou2010-03-011-3/+3
| | | | | | to handle_special_case Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* upgradeprovision: code cleanupMatthieu Patou2010-03-012-55/+64
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* upgradeprovision: split the big script to put reusable functions appartMatthieu Patou2010-03-012-231/+268
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s3: Use talloc_tos() in yield_connection()Volker Lendecke2010-02-281-1/+2
|
* s3: Remove unused count_all_current_connections()Volker Lendecke2010-02-283-11/+0
|
* s3: Fix the CHAIN1 torture testVolker Lendecke2010-02-281-1/+9
| | | | | | I've tried to solve this just within cli_smb_recv(), but I could not find a way to sanely determine when we are receiving the last entry in the chain just from looking at the blob. This solves it in an a bit more brutal way...
* tdb: If tdb_parse_record does not find a record, return -1 instead of 0Volker Lendecke2010-02-282-1/+23
|
* s3: Fix but 7145 -- duplicate sam and unix accountsVolker Lendecke2010-02-282-0/+22
| | | | | | | | | | For me this survives the TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMR-LARGE-DC LOCAL-NSS-WRAPPER" make test reproducer. Günther, please check! Volker
* s3: vfs_full_audit.c: implement negated vfs_ops in the success/failure listHolger Hetterich2010-02-282-28/+38
| | | | | | | Supports negated arguments in configuration like: full_audit:success = all !readdir !telldir !closedir Update the manpage accordingly. Part of BSO#4025
* s3: Copy the mapping.c license header to mapping.hVolker Lendecke2010-02-271-0/+22
| | | | | We need some license header there. If this does incorrect copyright attributions, please correct this.
* Fix one of the valgrind warnings from bug #6814 - Fixes for problems ↵Roel van Meer2010-02-261-0/+8
| | | | | | | reported by valgrind The timeval passed to event_add_to_select_args() must be initialized as event_add_to_select_args() uses a timeval_min() on this and next_event.
* s4:ldb_dn: fix an uninitialized variable (found by make valgrindtest)Stefan Metzmacher2010-02-261-1/+1
| | | | metze
* s4:ldb_dn: remove dn->ext_linearized when ext_components is modified.Stefan Metzmacher2010-02-261-3/+4
| | | | metze
* s4:ldb_dn: reset dn->ext_comp_num in ldb_dn_explode()Stefan Metzmacher2010-02-261-2/+2
| | | | metze
* s4:dsdb/schema: fix validation of DNsStefan Metzmacher2010-02-261-1/+0
| | | | | | | | | | ldb_dn_extended_filter() removes all but the listed components, I didn't noticed that when writting the code. Doing a ldb_dn_remove_extended_components(dn2) is wrong. This was hidden by some bugs in the ldb_dn code. metze
* s4:provision.zone - fix port of "_ldap._tcp.gc._msdcs"Matthias Dieter Wallnöfer2010-02-261-1/+1
|
* s4:script/installmisc.sh - install "dns_update_list" to target setup folderMatthias Dieter Wallnöfer2010-02-261-0/+1
|
* .gitignore - ignore display of "mit_samba.so"Matthias Dieter Wallnöfer2010-02-261-0/+1
|
* spoolss: fix build and version in spoolss_PrinterInfo0 (aka ↵Günther Deschner2010-02-261-2/+3
| | | | | | PRINTER_INFO_STRESS). Guenther
* spoolss: add spoolss_Build to IDL.Günther Deschner2010-02-264-5/+49
| | | | Guenther
* s4-winbind: Fixed the memory context of tstream_bsd_existing()Andreas Schneider2010-02-261-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-ntp: Fixed the memory context of tstream_bsd_existing()Andreas Schneider2010-02-261-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-kdc: Fixed the memory context of tstream_bsd_existing()Andreas Schneider2010-02-261-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4:dcesrv_samr.c - Remove unused variableMatthias Dieter Wallnöfer2010-02-261-3/+1
|
* s4: Winbind allow to behave more correctly when we have more than a few usersMatthieu Patou2010-02-261-8/+41
|
* s4:python Add bindings to set GENSEC flags on credentials in pythonAndrew Bartlett2010-02-262-0/+32
| | | | | | | This should allow these to be manipulated by python scripts that need encrypted connections. Andrew Bartlett
* s3: remove unused schannel_auth_struct.Günther Deschner2010-02-261-6/+0
| | | | Guenther
* testprogs: print the directory paths as well in spoolss test.Günther Deschner2010-02-261-0/+8
| | | | Guenther