Age | Commit message (Expand) | Author | Files | Lines |
2004-01-15 | And another memory corruption in winbind. Arg 3 of safe_strcpy does not | Volker Lendecke | 1 | -1/+1 |
2004-01-15 | Fix a segfault in winbindd. Calling getusersids with a SID that results in 0 | Volker Lendecke | 1 | -1/+1 |
2004-01-15 | * Fix sys_chown() when no chown() is presend | Stefan Metzmacher | 1 | -0/+2 |
2004-01-15 | * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA | Stefan Metzmacher | 8 | -42/+194 |
2004-01-15 | BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t... | Gerald Carter | 2 | -7/+12 |
2004-01-15 | Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicable | Tim Potter | 2 | -6/+0 |
2004-01-15 | BUG 972; check pointer in cli_ds_getprimarydominfo() before trying to copy a ... | Gerald Carter | 1 | -1/+1 |
2004-01-14 | source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is done | Herb Lewis | 1 | -1/+0 |
2004-01-14 | Fix initgroups() call nss_winbind on solaris; patch from John Klinger <john.k... | Gerald Carter | 1 | -0/+16 |
2004-01-14 | bug 770; correct fix this time; Make sure that we send the SMBjobid for unix... | Gerald Carter | 2 | -10/+19 |
2004-01-14 | bug 660; using byte order safe macros (or tdb_unpack) when reading 2 or 4 byt... | Gerald Carter | 1 | -16/+18 |
2004-01-14 | revert the cracklib changes until post 3.0.2 | Gerald Carter | 4 | -134/+26 |
2004-01-14 | * Revert to using rpc for mixed mode AD domains. | Gerald Carter | 1 | -3/+9 |
2004-01-14 | Remove duplicate extern. | Jeremy Allison | 1 | -1/+0 |
2004-01-14 | Remove references to 'jn' which gcc-3.4 with precompiled headers | Jeremy Allison | 1 | -36/+36 |
2004-01-14 | fix XFS quotas the macro changed from HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS | Stefan Metzmacher | 1 | -2/+2 |
2004-01-14 | Remove duplicate comment. | Andrew Bartlett | 1 | -2/+0 |
2004-01-14 | Finish adding cracklib support - this adds the configure test to enable | Andrew Bartlett | 2 | -0/+65 |
2004-01-13 | * allow dns lookups to be disabled for DOMAIN#1c (and #1b) | Gerald Carter | 1 | -7/+26 |
2004-01-12 | On systems without a working cracklib, ensure we don't include the header | Andrew Bartlett | 1 | -0/+2 |
2004-01-12 | fixing compile problems due to my recent ads.h changes | Gerald Carter | 2 | -2/+2 |
2004-01-12 | First stab at cracklib support (password quality checking) in Samba 3.0 | Andrew Bartlett | 4 | -26/+79 |
2004-01-11 | update copyright to -2004 | Stefan Metzmacher | 4 | -4/+4 |
2004-01-10 | Fix swatdir location for --with-fhs | Jelmer Vernooij | 1 | -0/+1 |
2004-01-09 | fix some warnings from the Sun compiler | Gerald Carter | 6 | -34/+34 |
2004-01-09 | Romve debugging assertions (oops...) | Andrew Bartlett | 1 | -6/+0 |
2004-01-09 | Add a new type of name lookup 'ads'. This seperates this from normal | Andrew Bartlett | 1 | -33/+59 |
2004-01-08 | Use StrCaseCmp, not strcasecmp. Should fix winbind build on IRIX | Jelmer Vernooij | 1 | -2/+2 |
2004-01-08 | fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() reply | Gerald Carter | 2 | -6/+5 |
2004-01-08 | fix a seg fault caused by abartlet's last checkin; there's no way this could ... | Gerald Carter | 1 | -1/+1 |
2004-01-08 | use SAFE_FREE(), not free(). | Andrew Bartlett | 1 | -1/+1 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 20 | -158/+298 |
2004-01-08 | In tdb_allocate(), we would create a new record by writing a local variable | Andrew Bartlett | 1 | -0/+2 |
2004-01-08 | Make it clearer that the domain here is the domain of the user for | Andrew Bartlett | 1 | -5/+5 |
2004-01-08 | Move more of winbind to use 'find_our_domain()' rather than the dangerous | Andrew Bartlett | 5 | -48/+38 |
2004-01-08 | The correct test for 'is our primary domain' is domain->primary | Andrew Bartlett | 1 | -1/+1 |
2004-01-07 | Machines are people too! | Andrew Bartlett | 5 | -36/+25 |
2004-01-07 | Fix for bug #922. Fast path not called for strlower_m() and strupper_m(). | Jeremy Allison | 1 | -2/+2 |
2004-01-07 | Typo fix. | Rafal Szczesniak | 1 | -1/+1 |
2004-01-07 | Doxygen comment fix. | Rafal Szczesniak | 1 | -2/+5 |
2004-01-07 | Fix from Justin Baugh <justin.baugh@request.com> for bugid #948 for | Jeremy Allison | 1 | -1/+4 |
2004-01-07 | commiting jra's fix for Exchange clear test auth | Gerald Carter | 1 | -1/+2 |
2004-01-07 | Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free(). | Jeremy Allison | 1 | -5/+7 |
2004-01-07 | Don't duplicate pulling the 'IPC' username from secrets.tdb, instead | Andrew Bartlett | 2 | -7/+45 |
2004-01-07 | There is a German translation of swat -- surprise :-) | Volker Lendecke | 1 | -5/+5 |
2004-01-07 | Add smbget utility, a simple wget-like utility that uses libsmbclient. | Jelmer Vernooij | 2 | -1/+581 |
2004-01-06 | Fix segfualt caused by incorrect configuration. If lp_realm() was not set, | Andrew Bartlett | 1 | -5/+9 |
2004-01-06 | Patch penguin. Cleaning out old mbp patch. | Jeremy Allison | 1 | -22/+24 |
2004-01-06 | Fix -s option to smbcontrol (#908) | Jelmer Vernooij | 1 | -1/+1 |
2004-01-06 | remove unused seek_file(); don't hardcode '\' when printing the auth-user | Gerald Carter | 2 | -26/+1 |