Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-07-22 | fixed a segv in net time when the host is unavailable | Andrew Tridgell | 1 | -1/+1 |
2002-07-21 | Fix up dir drive call. | Tim Potter | 1 | -1/+1 |
2002-07-21 | Name get and set dir drive functions consistently. | Tim Potter | 6 | -12/+13 |
2002-07-21 | More cleanups, and add a comment/hint not to clean somthing up in future :-) | Andrew Bartlett | 3 | -71/+10 |
2002-07-21 | Add some const & static, remove unused functions. | Andrew Bartlett | 2 | -24/+1 |
2002-07-21 | Another smattering of static and const | Andrew Bartlett | 7 | -13/+13 |
2002-07-21 | Tpot missed one... | Andrew Bartlett | 1 | -1/+1 |
2002-07-21 | Looks like I missed this earlier. We should connect as the specified workgroup | Andrew Bartlett | 1 | -1/+1 |
2002-07-21 | Renamed all the new_cli_netlogon_* functions to cli_netlogon_* | Tim Potter | 6 | -23/+23 |
2002-07-21 | More use of intermediate variables to avoid issues with pointer size and casts. | Andrew Bartlett | 1 | -9/+27 |
2002-07-21 | Compilers do find bugs :-) | Andrew Bartlett | 1 | -2/+1 |
2002-07-20 | And a little more 'const'. | Andrew Bartlett | 2 | -3/+3 |
2002-07-20 | Don't try and sys_dup2(dbf->fd) if dbf == NULL. | Tim Potter | 1 | -1/+1 |
2002-07-20 | Oops, my bad. I forgot to assign this, so lookupnames wasn't doing much :-) | Andrew Bartlett | 1 | -0/+1 |
2002-07-20 | another intermediate checkin on the way to enumerating forms | Gerald Carter | 5 | -38/+136 |
2002-07-20 | More fixes towards warnings on the IRIX compiler | Andrew Bartlett | 8 | -35/+46 |
2002-07-20 | correctly declare global_myworkgroup to be the right size. | Andrew Bartlett | 1 | -1/+1 |
2002-07-20 | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 12 | -26/+40 |
2002-07-20 | Add some const to try and get less warnings. | Andrew Bartlett | 1 | -2/+3 |
2002-07-20 | Make it clear that the 'service' isn't to be touched. (Make it const). | Andrew Bartlett | 1 | -1/+1 |
2002-07-20 | Update the smbd reply code a little: | Andrew Bartlett | 2 | -5/+25 |
2002-07-20 | Fix up char/uchar casts etc. Fix up comments on some of the password hash | Andrew Bartlett | 2 | -12/+9 |
2002-07-20 | If we can't connect, make sure its a level 0 so we see it, and the reason. | Andrew Bartlett | 1 | -1/+1 |
2002-07-20 | Move some startup time initialisation to server.c, so it is all in one place. | Andrew Bartlett | 2 | -11/+11 |
2002-07-20 | Add support for duplicating stderr into our logfiles. | Andrew Bartlett | 3 | -25/+35 |
2002-07-20 | Add support for a weird behaviour apparently used by Win9X pass-through | Andrew Bartlett | 2 | -4/+19 |
2002-07-20 | Update the usage for smbgroupedit to document -d for 'description'. | Andrew Bartlett | 1 | -0/+2 |
2002-07-20 | Add a wrapper for dup2() to our system.c | Andrew Bartlett | 1 | -0/+10 |
2002-07-20 | NT_STATUS_UNSUCCESSFUL just gets clients confused - move to NO_LOGON_SERVERS | Andrew Bartlett | 1 | -11/+11 |