summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* | This const isn't quite vaild C.Andrew Bartlett2003-04-231-1/+1
* | Add a check to ensure that the server returns the correct device type, notAndrew Bartlett2003-04-232-14/+20
* | Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett2003-04-238-90/+202
* | Try to keep existing behaviour for our printing code - never returnAndrew Bartlett2003-04-231-17/+6
* | Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c.Andrew Bartlett2003-04-231-1/+9
* | Try to avoid setting *SMBSERVER as a 'local name'.Andrew Bartlett2003-04-231-0/+3
* | Don't leak the session identifier string when we shut down a vuid.Andrew Bartlett2003-04-231-0/+1
* | Now that Volker fixed the real issues with ldapsam and adding null attributesAndrew Bartlett2003-04-231-40/+8
* | - Merge a memory leak fix from HEADAndrew Bartlett2003-04-231-11/+16
* | Merge idra's fix for pdb_tdb segfaults from HEAD to 3.0 - sombody changedAndrew Bartlett2003-04-231-3/+7
* | allow the unix group in a mapping to be changed; doesn't work with LDAP right...Gerald Carter2003-04-231-1/+21
* | Limit the number of outstanding print notify messages for a process toJeremy Allison2003-04-232-1/+39
* | Added Stephen Roylance's patch - Adds to Status page, a Start All, Restart AllJohn Terpstra2003-04-221-9/+38
* | Remove ldapsam_search_one_user_by_uid from pdb_ldap.Andrew Bartlett2003-04-222-68/+22
* | don't reset the group type unless specifiedGerald Carter2003-04-221-14/+8
* | update copyright notice that is written to the logsGerald Carter2003-04-221-1/+1
* | Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison2003-04-221-0/+27
* | Added editreg.John Terpstra2003-04-221-1/+6
* | parse_string is only used for the authentication negotiators.Volker Lendecke2003-04-222-11/+13
* | This is meant to be initialised to the size of the buffer.Andrew Bartlett2003-04-221-1/+1
* | Add configure test for previous ldap modifications - we now check if theAndrew Bartlett2003-04-221-0/+1
* | Make pdb_ldap use a random factor in deciding how long we need to sleep.Andrew Bartlett2003-04-221-7/+22
* | Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer,Andrew Bartlett2003-04-221-12/+33
* | Merge mimir's trusted domain code from HEAD -> 3.0, plus some memoryAndrew Bartlett2003-04-221-37/+55
* | Merge comment with HEADAndrew Bartlett2003-04-221-3/+3
* | Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trustingAndrew Bartlett2003-04-222-8/+147
* | Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke2003-04-222-8/+5
* | Oops...Andrew Bartlett2003-04-221-1/+1
* | Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn'tAndrew Bartlett2003-04-222-9/+32
* | default new groups to domain groupsGerald Carter2003-04-221-3/+3
* | Fix up bugs in the new 'store sec_channel type' code - we were always joiningAndrew Bartlett2003-04-222-6/+4
* | support referencing group by sid in all operations; allow group name to be ch...Gerald Carter2003-04-221-13/+60
* | wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get th...Gerald Carter2003-04-221-0/+5
* | removing some ifdef'd out codeGerald Carter2003-04-221-8/+0
* | Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
* | Fixup a few typos for Jerry.Jeremy Allison2003-04-211-4/+4
* | * fix segfault when no vfs objects definedGerald Carter2003-04-213-8/+18
* | Make it easier to select which domain to show the sid for.Andrew Bartlett2003-04-211-2/+2
* | Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-2124-201/+360
* | Add const, static and fix a double free() (merge from HEAD).Andrew Bartlett2003-04-211-6/+5
* | Merge whitespace and const from HEADAndrew Bartlett2003-04-211-9/+9
* | Header updates for smb signing mergeAndrew Bartlett2003-04-211-3/+4
* | Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett2003-04-215-20/+50
* | Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
* | - Fix modules build of pdb_mysql and pdb_xmlJelmer Vernooij2003-04-213-10/+4
* | Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-1/+1
* | Merge a trivial fix across from HEAD. Not that thisVolker Lendecke2003-04-201-1/+1
* | Address gcc warnings.Volker Lendecke2003-04-191-1/+5
* | Added smbgroupedit to PROGS2John Terpstra2003-04-191-1/+1
* | use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1