summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a missing 'no memory' return in last night's svrsvc code, and useAndrew Bartlett2002-07-282-4/+4
* Another item off my long-term todo list:Andrew Bartlett2002-07-283-26/+62
* It seems I didn't need to write a dup2() wrapper - as we already use it aAndrew Bartlett2002-07-281-1/+1
* Clean this code up a little. If it's alrady asprintf()ed, I see noAndrew Bartlett2002-07-281-2/+3
* A very long time ago (actually 6 months ago) I promised to commit this codeAndrew Bartlett2002-07-274-164/+1077
* Update the rebind code in pdb_ldap.Andrew Bartlett2002-07-271-34/+114
* This should fix a nastly little bug where if a user had already done oneAndrew Bartlett2002-07-272-9/+14
* nice day todaySimo Sorce2002-07-272-0/+73
* as per user request added windbind start/stop/restart in swatSimo Sorce2002-07-276-694/+774
* Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busyAndrew Bartlett2002-07-274-58/+422
* 3 things:Gerald Carter2002-07-263-7/+22
* fix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1Gerald Carter2002-07-261-2/+7
* (another patch from mimir)Andrew Bartlett2002-07-261-2/+17
* Mimir has been busy with patches again, and sent in the followingAndrew Bartlett2002-07-265-10/+9
* I think this makes the debug statement clearer.Andrew Bartlett2002-07-261-1/+1
* Clarify this comment.Andrew Bartlett2002-07-261-0/+3
* 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