summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-03-17added support for parentGUIDAndrew Tridgell3-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
2009-03-16s4:password_hash Only store the LM hash if 'lanman auth = yes'Andrew Bartlett1-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
2009-03-15Merge branch 'sharedm4' of /home/jelmer/samba4Jelmer Vernooij0-0/+0
2009-03-15python: Always run with the same version of Python as we build against.Jelmer Vernooij1-1/+5
2009-03-15Fix installation of tdr.h.Jelmer Vernooij1-1/+1
2009-03-15configure: Add common file with minimum versions of external libraries.Jelmer Vernooij3-8/+18
2009-03-15Merge branch 'nodiscard' of /home/jelmer/samba4Jelmer Vernooij1-4/+0
2009-03-15Merge branch 'tdr' of /home/jelmer/samba4Jelmer Vernooij13-17/+20
2009-03-15Depend on newer talloc for Samba 4 in the merged build as well.Jelmer Vernooij1-1/+1
2009-03-15Merge branch 'checktalloc' of /home/jelmer/samba4Jelmer Vernooij6-6/+188
2009-03-15Fix a malloc/talloc mismatch when cli_initialise() failsVolker Lendecke1-3/+2
2009-03-15Add queue argument to wb_resp_writeVolker Lendecke2-3/+5
2009-03-15Remove unused CONST_DISCARD macro.Jelmer Vernooij2-5/+1
2009-03-15Remove -L/usr/lib from a couple more make variables.Jelmer Vernooij4-2/+6
2009-03-15tdr: Remove dependency on lp_* so it can be used in both Samba 3 andJelmer Vernooij1-10/+9
Samba 4.
2009-03-14s4-smbtorture: fix build warning in test_EnumPrintProcDataTypes.Günther Deschner1-1/+1
Guenther
2009-03-14Merge branch 'checktalloc' into tdrJelmer Vernooij1-0/+8
2009-03-14Properly strip /usr/lib and /usr/include for the merged build.Jelmer Vernooij1-0/+8
2009-03-14Fix build of tdr from merged build.Jelmer Vernooij1-1/+1
2009-03-14Merge branch 'checktalloc' into tdrJelmer Vernooij5-6/+180
2009-03-14Depend on a newer talloc in Samba 4.Jelmer Vernooij1-1/+1
2009-03-14Move tdr to top-level.Jelmer Vernooij9-5/+5
2009-03-14Add shared pkg.m4 file with convenience macros for using pkg-config.Jelmer Vernooij1-0/+156
2009-03-14Fix comment about shell in Makefile.Jelmer Vernooij1-3/+2
2009-03-14Fix fallback if system doesn't provide talloc.Jelmer Vernooij1-1/+1
2009-03-14Allow using external libtalloc.Jelmer Vernooij3-2/+177
2009-03-14Fix #3954Volker Lendecke1-1/+2
2009-03-13s3: Don't return in a void funtionTim Prouty1-1/+1
2009-03-13Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison11-112/+135
password talloc'ed strings within the cli_struct. Jeremy.
2009-03-13s3 OneFS: Add kernel strict locking supportDave Richards3-10/+95
2009-03-13s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards8-103/+272
2009-03-13s4:build: require tevent 0.9.4Stefan Metzmacher2-2/+2
metze
2009-03-13tevent: change version to 0.9.4 as the ABI has changedStefan Metzmacher1-1/+1
metze
2009-03-13s3-spoolss: remove more unused marshalling code.Günther Deschner3-883/+0
Guenther
2009-03-13s3-spoolss: remove some unused functions.Günther Deschner1-405/+0
Guenther
2009-03-13s3-spoolss: remove old spoolss_GetPrinter.Günther Deschner3-76/+0
Guenther
2009-03-13s3-spoolss: use pidl for _spoolss_GetPrinter.Günther Deschner3-214/+162
Guenther
2009-03-13s3-rpcclient: pure cosmetics for cmd_spoolss_getdriver.Günther Deschner1-17/+20
Guenther
2009-03-13s3-rpcclient: pure cosmetics for cmd_spoolss_getprinter.Günther Deschner1-8/+11
Guenther
2009-03-13s3-rpcclient: pure cosmetics for cmd_spoolss_enum_ports.Günther Deschner1-9/+10
Guenther
2009-03-13s3-spoolss: use snum_is_shared_printer (allows to make code a little easier toGünther Deschner1-50/+54
read). Guenther
2009-03-13s3-spoolss: add snum_is_shared_printer fn.Günther Deschner1-0/+8
Guenther
2009-03-13s3-spoolss: remove old spoolss_EnumPrinters.Günther Deschner3-90/+0
Guenther
2009-03-13s3-spoolss: use pidl for _spoolss_EnumPrinters.Günther Deschner3-183/+288
Guenther
2009-03-13s3: re-run make samba3-idl.Günther Deschner3-25/+95
Guenther
2009-03-13spoolss: flag PrinterInfo union and levels as [public,gensize].Günther Deschner1-9/+9
Guenther
2009-03-13s3-spoolss: remove old enumprinters wrapper.Günther Deschner3-242/+0
Guenther
2009-03-13s3-net: use rpccli_spoolss_enumprinters wrapper.Günther Deschner1-134/+71
Guenther
2009-03-13s3-rpcclient: use rpccli_spoolss_enumprinters wrapper.Günther Deschner1-147/+100
Guenther
2009-03-13s3-spoolss: add rpccli_spoolss_enumprinters convenience wrapper.Günther Deschner2-0/+61
Guenther