Age | Commit message (Expand) | Author | Files | Lines |
2002-07-28 | minor portability fix | Andrew Tridgell | 1 | -0/+2 |
2002-07-28 | fix for smbtar filename matching | Andrew Tridgell | 1 | -1/+1 |
2002-07-28 | this is an interim fix for nmbd not registering DOMAIN#1b with WINS | Andrew Tridgell | 1 | -1/+20 |
2002-07-28 | Add the ability to set account policies too. | Andrew Bartlett | 1 | -7/+25 |
2002-07-28 | make sure async dns nmbd child dies | Andrew Tridgell | 2 | -1/+8 |
2002-07-28 | fix minor nits in nmbd from adtam@cup.hp.com | Andrew Tridgell | 3 | -13/+13 |
2002-07-28 | good security patch from Timothy.Sell@unisys.com | Andrew Tridgell | 1 | -1/+1 |
2002-07-28 | partial apply of samba-patches 960 | Andrew Tridgell | 1 | -1/+1 |
2002-07-28 | fixed man install | Andrew Tridgell | 1 | -2/+2 |
2002-07-28 | fixed logfile location to honor configure | Andrew Tridgell | 1 | -1/+1 |
2002-07-28 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2002-07-28 | Fix a missing 'no memory' return in last night's svrsvc code, and use | Andrew Bartlett | 2 | -4/+4 |
2002-07-28 | Warn about n^2 algorithm with utmp=yes. | Andrew Bartlett | 1 | -0/+6 |
2002-07-28 | Another item off my long-term todo list: | Andrew Bartlett | 3 | -26/+62 |
2002-07-28 | It seems I didn't need to write a dup2() wrapper - as we already use it a | Andrew Bartlett | 1 | -1/+1 |
2002-07-28 | Clean this code up a little. If it's alrady asprintf()ed, I see no | Andrew Bartlett | 1 | -2/+3 |
2002-07-27 | A very long time ago (actually 6 months ago) I promised to commit this code | Andrew Bartlett | 4 | -164/+1077 |
2002-07-27 | Update the rebind code in pdb_ldap. | Andrew Bartlett | 1 | -34/+114 |
2002-07-27 | This should fix a nastly little bug where if a user had already done one | Andrew Bartlett | 2 | -9/+14 |
2002-07-27 | nice day today | Simo Sorce | 2 | -0/+73 |
2002-07-27 | as per user request added windbind start/stop/restart in swat | Simo Sorce | 6 | -694/+774 |
2002-07-27 | Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busy | Andrew Bartlett | 4 | -58/+422 |
2002-07-26 | 3 things: | Gerald Carter | 3 | -7/+22 |
2002-07-26 | fix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1 | Gerald Carter | 1 | -2/+7 |
2002-07-26 | (another patch from mimir) | Andrew Bartlett | 1 | -2/+17 |
2002-07-26 | Mimir has been busy with patches again, and sent in the following | Andrew Bartlett | 5 | -10/+9 |
2002-07-26 | I think this makes the debug statement clearer. | Andrew Bartlett | 1 | -1/+1 |
2002-07-26 | Clarify this comment. | Andrew Bartlett | 1 | -0/+3 |
2002-07-26 | Print out a friendly message on error instead of a python exception when | Tim Potter | 1 | -1/+11 |
2002-07-25 | I had forgotten to commit this after running configure | Andrew Tridgell | 1 | -0/+3 |
2002-07-24 | * fix return code so we don't let a client just open any key it wants | Gerald Carter | 2 | -3/+3 |
2002-07-24 | done! printer_info_2, devicemode, sec_desc, & printer data all enumerate | Gerald Carter | 5 | -38/+195 |
2002-07-24 | reran configure | Andrew Tridgell | 1 | -1/+1 |
2002-07-24 | several changes in this checkin | Gerald Carter | 7 | -148/+627 |
2002-07-24 | If lp_add_home() fails, don't go any further, just return -1. | Andrew Bartlett | 1 | -1/+3 |
2002-07-24 | Make it possible to query account policy values from pdbedit (set to come soon). | Andrew Bartlett | 2 | -37/+91 |
2002-07-24 | Actually check the return value of the account_policy_get() call. | Andrew Bartlett | 1 | -5/+4 |
2002-07-24 | We must be root to access the passdb, so ensure all calls to local_lookup_sid() | Andrew Bartlett | 1 | -1/+5 |
2002-07-24 | Add another message rather than 'internal module error' | Andrew Bartlett | 1 | -0/+4 |
2002-07-24 | Give an idea what service didn't have the directory. | Andrew Bartlett | 1 | -1/+1 |
2002-07-23 | implemented getgrouplist() for systems that don't have it and use it | Andrew Tridgell | 4 | -55/+131 |
2002-07-23 | * fix to display correct form information in REG_BINARY information | Gerald Carter | 1 | -17/+19 |
2002-07-23 | * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2 | Gerald Carter | 6 | -154/+375 |
2002-07-23 | reran configure | Andrew Tridgell | 2 | -752/+699 |
2002-07-23 | added LDAP_SET_REBIND_PROC_ARGS in acconfig.h | Andrew Tridgell | 1 | -0/+3 |
2002-07-23 | removed the freebsd getgroups check now that we don't use it | Andrew Tridgell | 1 | -24/+0 |
2002-07-22 | Sync with APPLIANCE_HEAD branch (whitespace, const only) | Tim Potter | 1 | -2/+0 |
2002-07-22 | Merge from APPLIANCE_HEAD. | Tim Potter | 2 | -10/+10 |
2002-07-22 | fix seg fault due to memory allocation goof. | Gerald Carter | 1 | -0/+8 |
2002-07-22 | Ensure we're root before opening a printer backend tdb. | Jeremy Allison | 1 | -0/+4 |