summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-11-24Remove silly ideas about taking the LM or NT hash as a password in pam_smbpass.Andrew Bartlett1-19/+0
2002-11-24No need to #include smb.h, when we already #include include.hAndrew Bartlett6-7/+0
2002-11-24Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett4-42/+470
2002-11-23[merge from APP_HEAD]Gerald Carter5-29/+115
2002-11-23a working timegm() function for systems that don't have itAndrew Tridgell1-18/+15
2002-11-23Please compile with :Jeremy Allison1-20/+26
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison14-58/+112
2002-11-23jcmd really should run with a higher compiler warning level more often :-).Jeremy Allison1-1/+1
2002-11-22Rerun autoconf.Tim Potter1-17738/+8862
2002-11-22Here's a bit of a cleanup of the {configure,Makefile}.in files. I'veTim Potter2-64/+43
2002-11-22Added some extra code to test absence/presence of LM and NT passwords.Tim Potter1-8/+17
2002-11-22Fixed some compiler warnings.Tim Potter2-5/+6
2002-11-22Fixed some globals that escaped the recent globalcide.Tim Potter2-10/+2
2002-11-22Add support for 'restrict anonymous=2' and make the doco give a slight hintAndrew Bartlett1-1/+3
2002-11-22Add support for new 'F' format, which is a string in the defaultMartin Pool1-34/+64
2002-11-21If you don't specify --with-python, we assume "python" anyhow, becauseMartin Pool2-1613/+491
2002-11-21get_nt_error_msg from APPLIANCE_HEAD is called nt_errstr in HEAD. This shoul...Jim McDonough1-1/+1
2002-11-21merge get_friendly_nt_err_msg() from app_headGerald Carter1-0/+50
2002-11-20fixed a number of places where we can try to free a wild pointer orAndrew Tridgell1-2/+14
2002-11-20Spelling fix.Tim Potter2-2/+2
2002-11-20more %U fixes for headAndrew Tridgell2-0/+4
2002-11-19a better for for using %U in smb.confAndrew Tridgell3-8/+32
2002-11-19Very curious. It turns out attribute matching on truncate only mattersJeremy Allison1-2/+2
2002-11-19Merge from appliance:Tim Potter1-6/+16
2002-11-19Fix typo in docstring.Tim Potter1-1/+1
2002-11-18Added HIDDEN/NORMAL attribute test.Jeremy Allison1-1/+49
2002-11-18Bug fix from appliance - we must initialise the winbindd server stateTim Potter1-2/+2
2002-11-18Don't pass a function to ADS_ERR_OK().Jim McDonough1-6/+13
2002-11-18Revert ADS_ERR_OK change. Some compilers didn't like it.Jim McDonough1-1/+1
2002-11-18Back out some goofs that accidentally checked in with printer publishing.Jim McDonough1-3/+3
2002-11-18Next step of printer publishing.Jim McDonough3-196/+280
2002-11-18formatting fixGerald Carter1-35/+35
2002-11-18the change in the way %U is handled to use current_user has brokenAndrew Tridgell1-0/+3
2002-11-17Renamed uuid_to_string() to guid_to_string() to avoid conflict with OSF DECTim Potter1-1/+1
2002-11-15Remove the assumption that all Solaris has -lsendfile.Andrew Bartlett3-2/+69
2002-11-15Add samdump and vampire to 'net rpc help'Andrew Bartlett1-0/+2
2002-11-15Add const to PACKS()Andrew Bartlett1-2/+2
2002-11-15Include the hostname we are trying to match with $@, to allow easier debugging.Andrew Bartlett1-1/+1
2002-11-15Small auth updates:Andrew Bartlett4-11/+6
2002-11-15patch from aedil@alchar.org to correctly detect solaris workshop CC's abilityAndrew Bartlett2-475/+1625
2002-11-15Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison1-0/+16
2002-11-15fix segfaultGerald Carter1-1/+3
2002-11-15enable enumeration of domain local groups using LDAP (and in a native mode do...Gerald Carter1-5/+30
2002-11-15Rename pdb_mysql and pdb_xml to 'mysql' and 'xml'Jelmer Vernooij2-1615/+479
2002-11-15Use smb_register_passdb() - plus some small fixesJelmer Vernooij5-24/+32
2002-11-15Add smb_register_passdb()Jelmer Vernooij3-86/+60
2002-11-15Rerun autoconfAndrew Bartlett1-471/+1607
2002-11-15When testing for /usr/include/heimdal, don't include /usr/heimdal/includeAndrew Bartlett1-2/+2
2002-11-15Add const to DEBUG() macro.Andrew Bartlett2-6/+6
2002-11-15A cool idea from mbp: create a big shared library of all Samba objectsTim Potter1-1/+17