summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Print out a friendly message on error instead of a python exception whenTim Potter2002-07-261-1/+11
* I had forgotten to commit this after running configureAndrew Tridgell2002-07-251-0/+3
* * fix return code so we don't let a client just open any key it wantsGerald Carter2002-07-242-3/+3
* done! printer_info_2, devicemode, sec_desc, & printer data all enumerateGerald Carter2002-07-245-38/+195
* reran configureAndrew Tridgell2002-07-241-1/+1
* several changes in this checkinGerald Carter2002-07-247-148/+627
* If lp_add_home() fails, don't go any further, just return -1.Andrew Bartlett2002-07-241-1/+3
* Make it possible to query account policy values from pdbedit (set to come soon).Andrew Bartlett2002-07-242-37/+91
* Actually check the return value of the account_policy_get() call.Andrew Bartlett2002-07-241-5/+4
* We must be root to access the passdb, so ensure all calls to local_lookup_sid()Andrew Bartlett2002-07-241-1/+5
* Add another message rather than 'internal module error'Andrew Bartlett2002-07-241-0/+4
* Give an idea what service didn't have the directory.Andrew Bartlett2002-07-241-1/+1
* implemented getgrouplist() for systems that don't have it and use itAndrew Tridgell2002-07-234-55/+131
* * fix to display correct form information in REG_BINARY informationGerald Carter2002-07-231-17/+19
* * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter2002-07-236-154/+375
* reran configureAndrew Tridgell2002-07-232-752/+699
* added LDAP_SET_REBIND_PROC_ARGS in acconfig.hAndrew Tridgell2002-07-231-0/+3
* removed the freebsd getgroups check now that we don't use itAndrew Tridgell2002-07-231-24/+0
* Sync with APPLIANCE_HEAD branch (whitespace, const only)Tim Potter2002-07-221-2/+0
* Merge from APPLIANCE_HEAD.Tim Potter2002-07-222-10/+10
* fix seg fault due to memory allocation goof.Gerald Carter2002-07-221-0/+8
* Ensure we're root before opening a printer backend tdb.Jeremy Allison2002-07-221-0/+4
* fixed a segv in net time when the host is unavailableAndrew Tridgell2002-07-221-1/+1
* Fix up dir drive call.Tim Potter2002-07-211-1/+1
* Name get and set dir drive functions consistently.Tim Potter2002-07-216-12/+13
* More cleanups, and add a comment/hint not to clean somthing up in future :-)Andrew Bartlett2002-07-213-71/+10
* Add some const & static, remove unused functions.Andrew Bartlett2002-07-212-24/+1
* Another smattering of static and constAndrew Bartlett2002-07-217-13/+13
* Tpot missed one...Andrew Bartlett2002-07-211-1/+1
* Looks like I missed this earlier. We should connect as the specified workgroupAndrew Bartlett2002-07-211-1/+1
* Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter2002-07-216-23/+23
* More use of intermediate variables to avoid issues with pointer size and casts.Andrew Bartlett2002-07-211-9/+27
* Compilers do find bugs :-)Andrew Bartlett2002-07-211-2/+1
* And a little more 'const'.Andrew Bartlett2002-07-202-3/+3
* Don't try and sys_dup2(dbf->fd) if dbf == NULL.Tim Potter2002-07-201-1/+1
* Oops, my bad. I forgot to assign this, so lookupnames wasn't doing much :-)Andrew Bartlett2002-07-201-0/+1
* another intermediate checkin on the way to enumerating formsGerald Carter2002-07-205-38/+136
* More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-208-35/+46
* correctly declare global_myworkgroup to be the right size.Andrew Bartlett2002-07-201-1/+1
* Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett2002-07-2012-26/+40
* Add some const to try and get less warnings.Andrew Bartlett2002-07-201-2/+3
* Make it clear that the 'service' isn't to be touched. (Make it const).Andrew Bartlett2002-07-201-1/+1
* Update the smbd reply code a little:Andrew Bartlett2002-07-202-5/+25
* Fix up char/uchar casts etc. Fix up comments on some of the password hashAndrew Bartlett2002-07-202-12/+9
* If we can't connect, make sure its a level 0 so we see it, and the reason.Andrew Bartlett2002-07-201-1/+1
* Move some startup time initialisation to server.c, so it is all in one place.Andrew Bartlett2002-07-202-11/+11
* Add support for duplicating stderr into our logfiles.Andrew Bartlett2002-07-203-25/+35
* Add support for a weird behaviour apparently used by Win9X pass-throughAndrew Bartlett2002-07-202-4/+19
* Update the usage for smbgroupedit to document -d for 'description'.Andrew Bartlett2002-07-201-0/+2
* Add a wrapper for dup2() to our system.cAndrew Bartlett2002-07-201-0/+10