summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* LDAP-CLDAP: remove temporary debug statements...Stefan Metzmacher2009-03-221-2/+2
| | | | metze
* s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRINDStefan Metzmacher2009-03-211-6/+6
| | | | metze
* s4:smbd: the name of the binary is "samba" nowStefan Metzmacher2009-03-211-1/+1
| | | | metze
* s4/provision: Use existing serverrole variable.Matthias Dieter Wallnoefer2009-03-211-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* pyldb: Let conversion to LDIF up to the user of the API rather than doingJelmer Vernooij2009-03-211-12/+1
| | | | it implicitly.
* Remove unnecessary duplication of string in memory.Jelmer Vernooij2009-03-211-5/+16
|
* Adapt Zahari's test to the generic LDB Python tests.Jelmer Vernooij2009-03-201-0/+13
|
* Setting nTSecurityDescriptor via LDAP failszahari2009-03-201-2/+4
| | | | | | | | Fix for the problem was substitute talloc_strndup() with talloc_memdup(), allocate 1 more character and put null character ('\0') in the extra place so data copied is null terminated. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Add more comments.Jelmer Vernooij2009-03-201-6/+25
|
* Fix uninstallman.Matthias Dieter Wallnoefer2009-03-201-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4:build: include ../libcli/cldap/config.mkStefan Metzmacher2009-03-201-0/+1
| | | | | | | This fixes commit 84a140f18722518eb0f40737085dd3b3958a3a02, sorry! metze
* s4:fullschema Use server-side sort to make the output deterministicAndrew Bartlett2009-03-201-2/+4
|
* s4:ldb Allow paged_searches to be mixed with other controlsAndrew Bartlett2009-03-201-3/+3
| | | | | | I want to mix this with the server-side sort in particular. Andrew Bartlett
* s4: Remove autogenerated attributes from minschema and fullschema outputAndrew Bartlett2009-03-202-16/+0
| | | | | | | These attributes will be generated by Samba on import, and do not need to be in the schema file. Andrew Bartlett
* Add minschema like tool to extract and dump the full schema from ADAndrew Bartlett2009-03-201-0/+191
|
* s4:minschma Fix aggregate schema generation in minschemaAndrew Bartlett2009-03-201-24/+23
| | | | | | | | The conversion from EJS to python I did with Jelmer this morning was not quite complete, due mostly to the difference between print in EJS and python (python implies a newline). Andrew Bartlett
* s4:ldb Ensure to pass down options to LDB from pythonAndrew Bartlett2009-03-201-3/+3
| | | | | | | This is needed for things such as to load modules, like the paged_searches module. Andrew Bartlett
* s4:ldb Fix the paged_searches moduleAndrew Bartlett2009-03-201-58/+51
| | | | | | | | | | | This simplifies the code, removes presumptions about being the only control in the reply, and allows it to function against Windows 2008. For searches which did not require a paged result, the module was simply returning a failure when the compleated search did not include a paged result control. Andrew Bartlett
* Merge branch 'master' of git://git.samba.org/samba into minschemaJelmer Vernooij2009-03-2063-1908/+1064
|\
| * move source4/libcli/cldap => libcli/cldapStefan Metzmacher2009-03-194-1264/+1
| | | | | | | | metze
| * s4:cldap: rewrite the cldap library based on tsocketStefan Metzmacher2009-03-1912-606/+1002
| | | | | | | | metze
| * lib/tsocket: add generic socket abstraction layerStefan Metzmacher2009-03-192-0/+3
| | | | | | | | | | | | This will replace source4/lib/socket/. metze
| * use the tevent nesting code to avoid the uid problem in the VFSAndrew Tridgell2009-03-191-0/+66
| | | | | | | | | | | | | | | | | | | | | | backend The vfs_unixuid module changes the uid of the process when executing operations on behalf of the user. Within the VFS backend we may rely on semi-async calls, such as winbind calls, which will call the event loop again. To cope with this we need to ensure that while inside those calls we revert the uid to root, then revert back to the connected user when we have finished with the semi-async calls.
| * s4 libcli: Add back Longhorn beta dialect as a constantZach Loafman2009-03-182-4/+4
| | | | | | | | Also tweak how the dialect array and count is initialized.
| * s4-smbtorture: fix spoolss notify test after spoolss_Field changes.Günther Deschner2009-03-181-4/+4
| | | | | | | | Guenther
| * s4-smbtorture: fix spoolss_EnumPrinterKey callers in RPC-SPOOLSS-WIN test.Günther Deschner2009-03-181-23/+12
| | | | | | | | | | | | Kai, please check. Guenther
| * s4-smbtorture: fix spoolss_EnumPrinterDataEx tests.Günther Deschner2009-03-182-3/+4
| | | | | | | | | | | | sorry, I could swear this did compile... Guenther
| * s4 torture: Win7 has a slightly different allowed access maskZach Loafman2009-03-171-1/+7
| | | | | | | | Still investigating.
| * s4 torture: Add a string version for NT_STATUS_WIN7_INVALID_RANGEZach Loafman2009-03-172-10/+30
| | | | | | | | | | | | Also submitted a request to cifs-protocol for a real name for this thing. Use win7 target logic in smb2 lock test, SMB2-LOCK now passes against Win7.
| * s4 libcli: Add SMB2.1 dialect to libcliZach Loafman2009-03-172-2/+5
| | | | | | | | | | Negotiate 2.1 if possible, leave negotiate results in transport->negotiate.dialect_revision.
| * s4:build: require tevent 0.9.5Stefan Metzmacher2009-03-171-1/+1
| | | | | | | | metze
| * s4-smbtorture: fix spoolss notify test for notify type changes.Günther Deschner2009-03-171-2/+2
| | | | | | | | Guenther
| * clean up lib64 linking paths the same way as libBjörn Jacke2009-03-171-2/+8
| | | | | | | | Signed-off-by: Michael Adam <obnox@samba.org>
| * fix build on sles8 and other old popt installationsBjörn Jacke2009-03-171-0/+4
| | | | | | | | Signed-off-by: Michael Adam <obnox@samba.org>
| * s4-smbtorture: fix test_EnumPrinterKey.Günther Deschner2009-03-171-4/+4
| | | | | | | | Guenther
| * s4-smbtorture: fix RPC-SPOOLSS test after PrinterData changes.Günther Deschner2009-03-172-8/+9
| | | | | | | | Guenther
| * s4-spoolss: use winreg_Type for GetPrinterData implementation.Günther Deschner2009-03-172-15/+15
| | | | | | | | Guenther
| * s4-spoolss: fix spoolss_GetPrinterData w.r.t. out pointer changes.Günther Deschner2009-03-172-15/+21
| | | | | | | | Guenther
| * s4-smbtorture: fix test_GetPrinterData tests after out pointer changes.Günther Deschner2009-03-172-1/+5
| | | | | | | | Guenther
| * s4:build: use SAMBA_PKG_CONFIG_MIN_VERSION instead of PKG_CONFIG_MIN_VERSIONStefan Metzmacher2009-03-171-2/+3
| | | | | | | | | | | | | | And also intialize the variable. This fixes ./autogen.sh in the merged build for me. metze
| * added support for parentGUIDAndrew Tridgell2009-03-173-5/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is made up of 4 parts: 1) change our schema to include the parentGUID attribute type 2) in the add hook in the objectclass module, get the objectGUID of the parent and add it to the message as parentGUID 3) in the rename hook in the objectclass module, get the objectGUID of the new parent, and insert an async modify request after the renmam is done 4) added a simple test suite
| * s4:password_hash Only store the LM hash if 'lanman auth = yes'Andrew Bartlett2009-03-161-1/+2
| | | | | | | | | | | | | | | | The clients that do only lanman auth are on their way out, the passwords are case insensitive, it does not support unicode and we should not store such a poor hash of the password if we can avoid it. Andrew Bartlett
| * Fix installation of tdr.h.Jelmer Vernooij2009-03-151-1/+1
| |
| * configure: Add common file with minimum versions of external libraries.Jelmer Vernooij2009-03-152-4/+12
| |
| * Merge branch 'nodiscard' of /home/jelmer/samba4Jelmer Vernooij2009-03-151-4/+0
| |\
| | * Remove unused CONST_DISCARD macro.Jelmer Vernooij2009-03-152-5/+1
| | |
| * | Merge branch 'tdr' of /home/jelmer/samba4Jelmer Vernooij2009-03-1510-664/+7
| |\ \
| | * | Remove -L/usr/lib from a couple more make variables.Jelmer Vernooij2009-03-153-2/+5
| | | |
| | * | Merge branch 'checktalloc' into tdrJelmer Vernooij2009-03-141-1/+1
| | |\ \
| | * | | Move tdr to top-level.Jelmer Vernooij2009-03-148-663/+3
| | | |/ | | |/|