summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-04-24Revert patch - we need to try the NTLMSSP code below...Andrew Bartlett1-9/+4
2003-04-24Use the kerberos error from ads_kinit_password() in the return value fromAndrew Bartlett1-4/+9
2003-04-24Merge from HEAD - always initailise this to zero - helps callers in loops.Andrew Bartlett1-0/+3
2003-04-24Merge auth changes from HEAD:Andrew Bartlett5-70/+83
2003-04-24Irix CC reminds us that this is non-standard.Andrew Bartlett1-2/+2
2003-04-24Make sure that we don't compile pdb_ldap on systems with ldap.h, but withoutAndrew Bartlett1-4/+8
2003-04-24Add vfs_fake_perms to Samba 3.0Andrew Bartlett2-1/+7
2003-04-24When possible, store the IP address of the connecting client, not just theAndrew Bartlett3-4/+30
2003-04-24This is really trying to be a StrnCpy (most names will overflow the 10 charAndrew Bartlett1-1/+1
2003-04-24Update from HEAD.John Terpstra1-0/+1
2003-04-24Updating from HEAD.John Terpstra8-195/+234
2003-04-24Patch from Guenther Deschner to fix build with gcc 3.2Jelmer Vernooij1-6/+6
2003-04-24Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij5-269/+542
2003-04-24Added patch from Stephen Roylance.John Terpstra2-26/+26
2003-04-24More updates: Fix typo in VFS, added docs for pam_smbpass.so to PAM.John Terpstra2-22/+203
2003-04-23More updates.John Terpstra2-56/+409
2003-04-23For deep referrals, track consumed path using a counter, and calculate theShirish Kalele1-10/+11
2003-04-23Missed two references to a renamed file.Paul Green2-2/+2
2003-04-23Backport changes from head to shorten the filenames of the test cases.Paul Green9-63/+5
2003-04-23Updated FLAGs - Affects only SWAT.John Terpstra1-7/+8
2003-04-23Thanks to a reminder from vance - delete build_options.c from CVS, nowAndrew Bartlett1-532/+0
2003-04-23Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate theAndrew Bartlett4-14/+293
2003-04-23Patch by Metze to ensure that we always at least initialize our output stringAndrew Bartlett3-3/+12
2003-04-23More fun with Sun CC needing constant initializersAndrew Bartlett1-1/+1
2003-04-23StrnCpy -> safe_strcpy() on a over-malloced struct.Andrew Bartlett1-2/+2
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett19-149/+148
2003-04-23We don't have IDMAP in 3.0 yet.Andrew Bartlett1-1/+1
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett16-903/+701
2003-04-23Don't try to continue if initialisation fails (merge from HEAD)Andrew Bartlett1-2/+4
2003-04-23Make the variable name match the comment.Andrew Bartlett1-2/+2
2003-04-23This define does not always seem to be present, so define it if need be.Andrew Bartlett1-0/+4
2003-04-23Fix up non-constant initialisers for Sun's CC.Andrew Bartlett1-1/+1
2003-04-23Add some more info to the diags output.Andrew Bartlett1-1/+1
2003-04-23Parinoia for compleatly broken SMB servers that don't send back the rightAndrew Bartlett1-2/+3
2003-04-23Make this safe for -DDEVELOPER checks.Andrew Bartlett1-2/+2
2003-04-23This const isn't quite vaild C.Andrew Bartlett1-1/+1
2003-04-23add test file for FDSESSAndrew Bartlett1-0/+2
2003-04-23Add a check to ensure that the server returns the correct device type, notAndrew Bartlett2-14/+20
2003-04-23Start testing a few more things out of smbtorture in the build farm.Andrew Bartlett11-5/+25
2003-04-23Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett8-90/+202
2003-04-23Update - closed off for nowJohn Terpstra1-13/+199
2003-04-23Try to keep existing behaviour for our printing code - never returnAndrew Bartlett1-17/+6
2003-04-23Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c.Andrew Bartlett1-1/+9
2003-04-23Try to avoid setting *SMBSERVER as a 'local name'.Andrew Bartlett1-0/+3
2003-04-23Don't leak the session identifier string when we shut down a vuid.Andrew Bartlett1-0/+1
2003-04-23Now that Volker fixed the real issues with ldapsam and adding null attributesAndrew Bartlett1-40/+8
2003-04-23- Merge a memory leak fix from HEADAndrew Bartlett1-11/+16
2003-04-23Merge idra's fix for pdb_tdb segfaults from HEAD to 3.0 - sombody changedAndrew Bartlett1-3/+7
2003-04-23allow the unix group in a mapping to be changed; doesn't work with LDAP right...Gerald Carter1-1/+21
2003-04-23Limit the number of outstanding print notify messages for a process toJeremy Allison2-1/+39