Make sure that we don't compile pdb_ldap on systems with ldap.h, but without
[kai/samba.git] / source3 /
2003-04-24 Andrew BartlettMake sure that we don't compile pdb_ldap on systems...
2003-04-24 Andrew BartlettAdd vfs_fake_perms to Samba 3.0
2003-04-24 Andrew BartlettWhen possible, store the IP address of the connecting...
2003-04-24 Andrew BartlettThis is really trying to be a StrnCpy (most names will...
2003-04-24 Jelmer VernooijPatch from Guenther Deschner to fix build with gcc 3.2
2003-04-24 Jelmer VernooijPatch from Stephan Metzmacher to add default arguments...
2003-04-24 John TerpstraAdded patch from Stephen Roylance.
2003-04-23 Shirish KaleleFor deep referrals, track consumed path using a counter...
2003-04-23 John TerpstraUpdated FLAGs - Affects only SWAT.
2003-04-23 Andrew BartlettThanks to a reminder from vance - delete build_options...
2003-04-23 Andrew BartlettPatch by Vance Lankhaar <vlankhaar@linux.ca> to automat...
2003-04-23 Andrew BartlettPatch by Metze to ensure that we always at least initia...
2003-04-23 Andrew BartlettMore fun with Sun CC needing constant initializers
2003-04-23 Andrew BartlettStrnCpy -> safe_strcpy() on a over-malloced struct.
2003-04-23 Andrew BartlettMerge the 'safe' parts of my StrnCpy patch - many of...
2003-04-23 Andrew BartlettWe don't have IDMAP in 3.0 yet.
2003-04-23 Andrew BartlettMerge HEAD's winbind into 3.0.
2003-04-23 Andrew BartlettDon't try to continue if initialisation fails (merge...
2003-04-23 Andrew BartlettMake the variable name match the comment.
2003-04-23 Andrew BartlettThis define does not always seem to be present, so...
2003-04-23 Andrew BartlettFix up non-constant initialisers for Sun's CC.
2003-04-23 Andrew BartlettParinoia for compleatly broken SMB servers that don...
2003-04-23 Andrew BartlettMake this safe for -DDEVELOPER checks.
2003-04-23 Andrew BartlettThis const isn't quite vaild C.
2003-04-23 Andrew BartlettAdd a check to ensure that the server returns the corre...
2003-04-23 Andrew BartlettMerge torture tests from HEAD - it looks like we had...
2003-04-23 Andrew BartlettTry to keep existing behaviour for our printing code...
2003-04-23 Andrew BartlettFix this for both *SMBSERVER and *SMBSERV as per commen...
2003-04-23 Andrew BartlettTry to avoid setting *SMBSERVER as a 'local name'.
2003-04-23 Andrew BartlettDon't leak the session identifier string when we shut...
2003-04-23 Andrew BartlettNow that Volker fixed the real issues with ldapsam...
2003-04-23 Andrew Bartlett- Merge a memory leak fix from HEAD
2003-04-23 Andrew BartlettMerge idra's fix for pdb_tdb segfaults from HEAD to...
2003-04-23 Gerald Carterallow the unix group in a mapping to be changed; doesn...
2003-04-23 Jeremy AllisonLimit the number of outstanding print notify messages...
2003-04-22 John TerpstraAdded Stephen Roylance's patch - Adds to Status page...
2003-04-22 Andrew BartlettRemove ldapsam_search_one_user_by_uid from pdb_ldap.
2003-04-22 Gerald Carterdon't reset the group type unless specified
2003-04-22 Gerald Carterupdate copyright notice that is written to the logs
2003-04-22 Jeremy AllisonAdd runtime tests for "impossible" case with -DDEVELOPE...
2003-04-22 John TerpstraAdded editreg.
2003-04-22 Volker Lendeckeparse_string is only used for the authentication negoti...
2003-04-22 Andrew BartlettThis is meant to be initialised to the size of the...
2003-04-22 Andrew BartlettAdd configure test for previous ldap modifications...
2003-04-22 Andrew BartlettMake pdb_ldap use a random factor in deciding how long...
2003-04-22 Andrew BartlettMerge (HEAD->3.0) mbp's fixes to our charcnv code ...
2003-04-22 Andrew BartlettMerge mimir's trusted domain code from HEAD -> 3.0...
2003-04-22 Andrew BartlettMerge comment with HEAD
2003-04-22 Andrew BartlettStart merging mimir's trusted domain code from HEAD...
2003-04-22 Volker LendeckeSetting the credentials for the netsec netlogon pipe...
2003-04-22 Andrew BartlettOops...
2003-04-22 Andrew BartlettMake our 'get DNS domain name' code try a bit harder...
2003-04-22 Gerald Carterdefault new groups to domain groups
2003-04-22 Andrew BartlettFix up bugs in the new 'store sec_channel type' code...
2003-04-22 Gerald Cartersupport referencing group by sid in all operations...
2003-04-22 Gerald Carterwrap pdb_enum_group_mapping() in [un]become_root()...
2003-04-22 Gerald Carterremoving some ifdef'd out code
2003-04-22 Jeremy AllisonTidyups of some dubious logic discovered whilst trying...
2003-04-21 Jeremy AllisonFixup a few typos for Jerry.
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 Gerald Carter* fix segfault when no vfs objects defined
2003-04-21 Andrew BartlettUse the -W domain option to select the SID to show
2003-04-21 Andrew BartlettMake it easier to select which domain to show the sid...
2003-04-21 Andrew BartlettMerge from HEAD - save the type of channel used to...
2003-04-21 Andrew BartlettAdd const, static and fix a double free() (merge from...
2003-04-21 Andrew BartlettMerge whitespace and const from HEAD
2003-04-21 Andrew BartlettHeader updates for smb signing merge
2003-04-21 Andrew BartlettMerge SMB signing, cli buffer clobber and NTLMSSP signi...
2003-04-21 Andrew BartlettFor NTLM2 (not yet even close to real implementation...
2003-04-21 Andrew BartlettRemove unused (#ifdef'ed) code.
2003-04-21 Andrew BartlettUse fstrcpy/pstrcpy when that's what we really mean...
2003-04-21 Richard SharpeCorrect comments about breadth first, as the registry...
2003-04-21 Richard SharpeStart the outline of the code to store a registry tree ...
2003-04-21 Richard SharpeSome comments about the format of the on-disk reg file...
2003-04-21 Jelmer VernooijDefault to "passdb.xml" as default output filename...
2003-04-21 Jelmer VernooijDefault to "passdb.xml" as default output filename...
2003-04-21 Jelmer Vernooij- Fix modules build of pdb_mysql and pdb_xml
2003-04-21 Jelmer VernooijPdb modules are in $libdir/pdb not $libdir/passdb
2003-04-21 Jelmer VernooijPdb modules are in $libdir/pdb not $libdir/passdb
2003-04-20 Richard SharpeAdd a -f command-line flag to specify printing all...
2003-04-20 Richard SharpeWell, we can now add keys and values and delete keys...
2003-04-20 Richard SharpeAdd code to delete values ...
2003-04-20 Richard SharpeBegin the code that handles key values ... Delete a...
2003-04-20 Richard SharpeComplete most of the coding for adding keys. We can...
2003-04-20 Richard SharpeThe code is a bit of a mess right now.
2003-04-20 Volker LendeckeMerge a trivial fix across from HEAD. Not that this
2003-04-20 Richard SharpeMore functionality, esp around adding keys and inherita...
2003-04-20 Richard SharpeMOre functionality ... got to test it.
2003-04-19 Richard SharpeSome more work added ...
2003-04-19 Volker LendeckeAddress gcc warnings.
2003-04-19 Volker LendeckeAddress gcc warnings.
2003-04-19 Richard SharpeSquelch some warnings, and move a bit of code around...
2003-04-19 John TerpstraAdded smbgroupedit to PROGS2
2003-04-19 Simo Sorcesome readline completion exancements
2003-04-19 Simo Sorceuse gid_t for gids not uid_t
2003-04-19 Simo Sorceuse gid_t for gids not uid_t
2003-04-19 Simo Sorcefixes
2003-04-19 Gerald Carter[merge from SAMBA_3_0]
2003-04-19 Gerald CarterMerging smbgroupedit into 'net groupmap'. Not entirely...
2003-04-18 Jelmer Vernooij'vfs object' is a list not a string (we have cascaded...
next