summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-01-15BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...Gerald Carter2-7/+12
2004-01-15Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicableTim Potter3-9/+0
2004-01-15BUG 972; check pointer in cli_ds_getprimarydominfo() before trying to copy a ...Gerald Carter1-1/+1
2004-01-14source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is doneHerb Lewis2-3/+5
2004-01-14Fix initgroups() call nss_winbind on solaris; patch from John Klinger <john.k...Gerald Carter1-0/+16
2004-01-14bug 770; correct fix this time; Make sure that we send the SMBjobid for unix...Gerald Carter2-10/+19
2004-01-14bug 660; using byte order safe macros (or tdb_unpack) when reading 2 or 4 byt...Gerald Carter1-16/+18
2004-01-14revert the cracklib changes until post 3.0.2Gerald Carter4-134/+26
2004-01-14* Revert to using rpc for mixed mode AD domains.Gerald Carter1-3/+9
2004-01-14Remove duplicate extern.Jeremy Allison1-1/+0
2004-01-14Remove references to 'jn' which gcc-3.4 with precompiled headersJeremy Allison1-36/+36
2004-01-14fix XFS quotas the macro changed from HAVE_XFS_QUOTA -> HAVE_XFS_QUOTASStefan Metzmacher2-3/+3
2004-01-14Remove duplicate comment.Andrew Bartlett1-2/+0
2004-01-14Finish adding cracklib support - this adds the configure test to enableAndrew Bartlett2-0/+65
2004-01-13* allow dns lookups to be disabled for DOMAIN#1c (and #1b)Gerald Carter1-7/+26
2004-01-12On systems without a working cracklib, ensure we don't include the headerAndrew Bartlett1-0/+2
2004-01-12fixing compile problems due to my recent ads.h changesGerald Carter2-2/+2
2004-01-12First stab at cracklib support (password quality checking) in Samba 3.0Andrew Bartlett4-26/+79
2004-01-11fix formattingGerald Carter1-6/+5
2004-01-11update copyright to -2004Stefan Metzmacher4-4/+4
2004-01-10Fix swatdir location for --with-fhsJelmer Vernooij2-3/+7
2004-01-09starting new version of release notes -- post 3.0.2pre1Gerald Carter1-35/+73
2004-01-09fix some warnings from the Sun compilerGerald Carter6-34/+34
2004-01-09Romve debugging assertions (oops...)Andrew Bartlett1-6/+0
2004-01-09Add a new type of name lookup 'ads'. This seperates this from normalAndrew Bartlett1-33/+59
2004-01-08Use StrCaseCmp, not strcasecmp. Should fix winbind build on IRIXJelmer Vernooij1-2/+2
2004-01-08fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() replyGerald Carter2-6/+5
2004-01-08fix a seg fault caused by abartlet's last checkin; there's no way this could ...Gerald Carter1-1/+1
2004-01-08We might not have the 'samba' directory in the samba_3_0 build.Andrew Bartlett1-1/+1
2004-01-08use SAFE_FREE(), not free().Andrew Bartlett1-1/+1
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett20-158/+298
2004-01-08In tdb_allocate(), we would create a new record by writing a local variableAndrew Bartlett1-0/+2
2004-01-08Make it clearer that the domain here is the domain of the user forAndrew Bartlett1-5/+5
2004-01-08Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett5-48/+38
2004-01-08The correct test for 'is our primary domain' is domain->primaryAndrew Bartlett1-1/+1
2004-01-07Machines are people too!Andrew Bartlett5-36/+25
2004-01-07Fix for bug #922. Fast path not called for strlower_m() and strupper_m().Jeremy Allison1-2/+2
2004-01-07Typo fix.Rafal Szczesniak1-1/+1
2004-01-07Doxygen comment fix.Rafal Szczesniak1-2/+5
2004-01-07Fix from Justin Baugh <justin.baugh@request.com> for bugid #948 forJeremy Allison1-1/+4
2004-01-07commiting jra's fix for Exchange clear test authGerald Carter1-1/+2
2004-01-07Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().Jeremy Allison1-5/+7
2004-01-07Don't duplicate pulling the 'IPC' username from secrets.tdb, insteadAndrew Bartlett2-7/+45
2004-01-07There is a German translation of swat -- surprise :-)Volker Lendecke1-5/+5
2004-01-07Add smbget utility, a simple wget-like utility that uses libsmbclient.Jelmer Vernooij3-4/+585
2004-01-06Fix segfualt caused by incorrect configuration. If lp_realm() was not set,Andrew Bartlett1-5/+9
2004-01-06Patch penguin. Cleaning out old mbp patch.Jeremy Allison1-22/+24
2004-01-06more commits loggedGerald Carter1-3/+4
2004-01-06Write bug number like in the rest of the fileJelmer Vernooij1-1/+1
2004-01-06Fix -s option to smbcontrol (#908)Jelmer Vernooij2-1/+2