summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Merge of missed another while condition when enumerating aliases.Tim Potter2003-04-251-1/+1
* fix and if () that should be an 'else if()'Gerald Carter2003-04-251-1/+1
* Minor cleanup of enum domain groups/aliases:Tim Potter2003-04-251-12/+18
* Merge:Tim Potter2003-04-251-2/+2
* Don't store UID or GIDJelmer Vernooij2003-04-242-48/+13
* In 3.0, pdb_mysql and pdb_xml are in passdb/Jelmer Vernooij2003-04-241-2/+2
* - Get rid of module_path_get_name()Jelmer Vernooij2003-04-241-11/+6
* Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij2003-04-241-10/+5
* Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij2003-04-241-1/+1
* Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
* groupmap delet should take a name or a SIDGerald Carter2003-04-241-2/+13
* Revert patch - we need to try the NTLMSSP code below...Andrew Bartlett2003-04-241-9/+4
* Use the kerberos error from ads_kinit_password() in the return value fromAndrew Bartlett2003-04-241-4/+9
* Merge from HEAD - always initailise this to zero - helps callers in loops.Andrew Bartlett2003-04-241-0/+3
* Merge auth changes from HEAD:Andrew Bartlett2003-04-245-70/+83
* Irix CC reminds us that this is non-standard.Andrew Bartlett2003-04-241-2/+2
* Make sure that we don't compile pdb_ldap on systems with ldap.h, but withoutAndrew Bartlett2003-04-241-4/+8
* Add vfs_fake_perms to Samba 3.0Andrew Bartlett2003-04-242-1/+7
* When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-243-4/+30
* This is really trying to be a StrnCpy (most names will overflow the 10 charAndrew Bartlett2003-04-241-1/+1
* Patch from Guenther Deschner to fix build with gcc 3.2Jelmer Vernooij2003-04-241-6/+6
* Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij2003-04-245-269/+542
* Added patch from Stephen Roylance.John Terpstra2003-04-242-26/+26
* For deep referrals, track consumed path using a counter, and calculate theShirish Kalele2003-04-231-10/+11
* Updated FLAGs - Affects only SWAT.John Terpstra2003-04-231-7/+8
* Thanks to a reminder from vance - delete build_options.c from CVS, nowAndrew Bartlett2003-04-231-532/+0
* Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate theAndrew Bartlett2003-04-234-14/+293
* Patch by Metze to ensure that we always at least initialize our output stringAndrew Bartlett2003-04-233-3/+12
* More fun with Sun CC needing constant initializersAndrew Bartlett2003-04-231-1/+1
* StrnCpy -> safe_strcpy() on a over-malloced struct.Andrew Bartlett2003-04-231-2/+2
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-2319-149/+148
* We don't have IDMAP in 3.0 yet.Andrew Bartlett2003-04-231-1/+1
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-2316-903/+701
* Don't try to continue if initialisation fails (merge from HEAD)Andrew Bartlett2003-04-231-2/+4
* Make the variable name match the comment.Andrew Bartlett2003-04-231-2/+2
* This define does not always seem to be present, so define it if need be.Andrew Bartlett2003-04-231-0/+4
* Fix up non-constant initialisers for Sun's CC.Andrew Bartlett2003-04-231-1/+1
* Parinoia for compleatly broken SMB servers that don't send back the rightAndrew Bartlett2003-04-231-2/+3
* Make this safe for -DDEVELOPER checks.Andrew Bartlett2003-04-231-2/+2
* 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