summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2004-01-16Fix another join problem. Don't use a TALLOC_CTX before it has beenJim McDonough1-4/+25
2004-01-16Patch from "Stoian Ivanov" <sdr@bultra.com>: Add -g (greppable..) toVolker Lendecke1-14/+34
2004-01-16Commit sid<->[ug]id extensions to libnss_winbind.so on Linux, as well as aVolker Lendecke1-0/+138
2004-01-15Bug 381: check builtin (not local) group SID. Patch from Jianliang Lu <j.lu@...Gerald Carter1-1/+1
2004-01-15setting version to 3.0.2rc2Gerald Carter1-2/+2
2004-01-15Fix net rpc join (at least newstyle) after it was broken by changingJim McDonough1-5/+5
2004-01-15* BUG 446Gerald Carter3-2/+7
2004-01-15BUG 958; don't use the -N option when invoking smbclient from the smbtar scriptGerald Carter1-1/+1
2004-01-15reply_spnego_kerberos did not set the domain of the user handed toVolker Lendecke1-0/+7
2004-01-15Don't substitute stuff in lp_afs_username_map, this is explicitlyVolker Lendecke1-1/+1
2004-01-15And another memory corruption in winbind. Arg 3 of safe_strcpy does notVolker Lendecke1-1/+1
2004-01-15Fix a segfault in winbindd. Calling getusersids with a SID that results in 0Volker Lendecke1-1/+1
2004-01-15* Fix sys_chown() when no chown() is presendStefan Metzmacher1-0/+2
2004-01-15* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher8-42/+194
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 Potter2-6/+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 Lewis1-1/+0
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 Metzmacher1-2/+2
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-11update copyright to -2004Stefan Metzmacher4-4/+4
2004-01-10Fix swatdir location for --with-fhsJelmer Vernooij1-0/+1
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-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