Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-17 | s3: Make passing up "result_parent" from cli_smb optional | Volker Lendecke | 2 | -3/+2 | |
2011-01-17 | s3: Remove unused cli_send_keepalive | Volker Lendecke | 2 | -20/+0 | |
2011-01-17 | s3: Remove unused cli_send/receive_trans | Volker Lendecke | 2 | -340/+0 | |
2011-01-17 | s3: Convert try_trans2 to cli_trans | Volker Lendecke | 1 | -28/+28 | |
2011-01-17 | s3: Convert cli_api to cli_trans | Volker Lendecke | 1 | -11/+48 | |
2011-01-17 | s3: Make cli_setpathinfo_basic use cli_setpathinfo | Volker Lendecke | 3 | -77/+20 | |
2011-01-17 | s3: Add cli_setpathinfo | Volker Lendecke | 2 | -0/+40 | |
2011-01-17 | s3: Rename cli_setpathinfo->cli_setpathinfo_basic | Volker Lendecke | 3 | -18/+18 | |
2011-01-17 | s3: Remove unused cli_send/receive_nt_trans | Volker Lendecke | 2 | -350/+0 | |
2011-01-17 | s3: Convert try_nttrans to cli_trans | Volker Lendecke | 1 | -26/+25 | |
2011-01-17 | s3: Move dump_ntquota* to smbcquotas.c | Volker Lendecke | 3 | -77/+99 | |
2011-01-17 | s3: Convert cli_set_fs_quota_info to cli_trans | Volker Lendecke | 3 | -37/+31 | |
2011-01-17 | s3: Convert cli_get_fs_quota_info to cli_trans | Volker Lendecke | 3 | -47/+49 | |
2011-01-17 | s3: Convert cli_list_user_quota to cli_trans | Volker Lendecke | 3 | -64/+54 | |
2011-01-17 | s3: Convert cli_set_user_quota to cli_trans | Volker Lendecke | 3 | -38/+30 | |
2011-01-17 | s3: Convert cli_get_user_quota to cli_trans | Volker Lendecke | 3 | -52/+54 | |
2011-01-17 | s3: Fix some nonempty blank lines | Volker Lendecke | 4 | -14/+12 | |
2011-01-17 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+1 | |
2011-01-17 | s3: Remove cli_send_trans from cli_qpathinfo_alt_name | Volker Lendecke | 1 | -51/+25 | |
2011-01-17 | s3: Remove cli_send_trans from cli_oem_change_password | Volker Lendecke | 1 | -15/+5 | |
2011-01-17 | ldb: new ABI sigs file | Andrew Tridgell | 1 | -0/+248 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Jan 17 06:09:23 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s4-dsdb: replaced the calls to ldb_search() in dsdb modules with ↵ | Andrew Tridgell | 4 | -26/+32 | |
dsdb_module_search() this ensures we follow the module stack, and set the parent on child requests | |||||
2011-01-17 | s4-dsdb: pass parent request to dsdb_module_*() functions | Andrew Tridgell | 25 | -235/+335 | |
this preserves the request hierarchy for dsdb_module_*() calls inside dsdb ldb modules Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-17 | ldb: added ldb_req_mark_trusted() | Andrew Tridgell | 3 | -1/+14 | |
this is used to mark a ldb child request trusted, if the caller has validated all inputs. This will be used when creating new child requests with trusted inputs. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-17 | ldb: inherit parent flags on child requests in modules | Matthias Dieter Wallnöfer | 1 | -0/+11 | |
2011-01-17 | web_server: Display trivial placeholder page if SWAT could not be found. | Jelmer Vernooij | 1 | -6/+19 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 17 01:27:10 CET 2011 on sn-devel-104 | |||||
2011-01-17 | web_server: Fix initialization. | Jelmer Vernooij | 1 | -3/+6 | |
2011-01-17 | web_server: Avoid references to swat. Load samba.web_server instead. | Jelmer Vernooij | 2 | -8/+11 | |
2011-01-17 | param: Load web service by default. | Jelmer Vernooij | 1 | -1/+1 | |
2011-01-15 | s4:dsdb_find_nc_root - fix it up to let the provisioning work correctly | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
Use the temporary list unless we have at least the three main "namingContexts" from the rootDSE available (Default, Configuration, Schema - these are mandatory on all AD deployments!). This bug has been discovered by Nadya in relation with her SD work. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Jan 15 19:01:11 CET 2011 on sn-devel-104 | |||||
2011-01-15 | s4:auth/ntlm/auth_sam.c - fix call to "get_server_info_principal" | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
This should obviously point to the wrapper not the call itself. Found out by Tru64 host build warning. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Jan 15 18:05:59 CET 2011 on sn-devel-104 | |||||
2011-01-15 | s3: Avoid some calls to cli_errstr | Volker Lendecke | 1 | -18/+24 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 15 17:18:54 CET 2011 on sn-devel-104 | |||||
2011-01-15 | s3: Convert cli_set_secdesc to cli_trans | Volker Lendecke | 5 | -43/+35 | |
2011-01-15 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -7/+7 | |
2011-01-15 | s4:samr RPC server - always interpret filter integer values as signed | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
To prevent platform-dependant problems. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Jan 15 14:54:14 CET 2011 on sn-devel-104 | |||||
2011-01-15 | Add OPLOCK4 test which explores how Windows copes with oplock and share mode ↵ | Jeremy Allison | 2 | -1/+147 | |
breaks on hard links. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Jan 15 00:59:46 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s4:web_server - immeditately assign "wdata" as private data for the stream ↵ | Matthias Dieter Wallnöfer | 1 | -11/+11 | |
socket This fixes bug #7887. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Jan 14 22:33:13 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s4:urgent_replication.py - remove a now superflous RELAX control | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
The LSA object creation protection changed to the trusted/untrusted connection model. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Jan 14 19:30:52 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s4:samldb LDB module - fix "userAccountControl" handling | Matthias Dieter Wallnöfer | 2 | -15/+39 | |
"UF_ACCOUNTDISABLE" is only added automatically if no "userAccountControl" flags are set on LDAP add operations. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Jan 14 18:29:07 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s3: Fix bug 7917: Yet another bug in chain_reply | Volker Lendecke | 1 | -2/+2 | |
Found by Michael Hanscho <samba@micha.priv.at> with a WinCE client. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 14 17:42:05 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s3-waf: fix the build after rpc_winreg removal. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 14 11:38:40 CET 2011 on sn-devel-104 | |||||
2011-01-14 | ldb:ldb_dn.c - fix counter type in "ldb_dn_minimise" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Jan 14 10:43:29 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s3:vfs aio_fork children do not go away | Christian Ambach | 1 | -1/+13 | |
on RHEL 5.5, recvmsg() does not return when it is reading from the socket and the process on the other side closes its connection. This left aio children around that should have gone already and were just wasting system resources. This patch makes the child go away by writing invalid data to it so that the child exits. Pair-Programmed-With: Volker Lendecke <vl@samba.org> Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 14 09:57:18 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s3:vfs fix children cleanup in aio_fork | Christian Ambach | 1 | -0/+1 | |
the cleanup loop in aio_fork always stopped operation on the first inactive child it found. In case lots of children need to be reaped, it will take multiple runs before all children are gone | |||||
2011-01-14 | waf: this script does need bash | Andrew Tridgell | 1 | -2/+1 | |
this is a developer test script. It is not meant to be portable. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Jan 14 09:10:20 CET 2011 on sn-devel-104 | |||||
2011-01-14 | waf: use PYTHONARCHDIR for installing python shared libs | Andrew Tridgell | 7 | -4/+13 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Jan 14 08:19:40 CET 2011 on sn-devel-104 | |||||
2011-01-14 | waf: new version of waf | Andrew Tridgell | 1 | -0/+0 | |
this one adds PYTHONARCHDIR to fix bug 7905 thanks to Thomas Nagy for the fix! | |||||
2011-01-14 | s4-dsdb: only enforce the extended dn rules over ldap | Andrew Tridgell | 1 | -2/+21 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Jan 14 07:23:31 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s4-dsdb: removed the last use of samdb_search_*() from the dsdb ldb modules | Andrew Tridgell | 1 | -4/+12 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-14 | s4-dsdb: removed some more samdb_search_*() calls from samldb.c | Andrew Tridgell | 1 | -26/+69 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |