summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* introduced a get_file_size() macro in trans2.c to make it easier toAndrew Tridgell2002-07-291-19/+21
* We don't need this silly unix username stuff. NT username is basicly unused,Andrew Bartlett2002-07-291-13/+3
* an initial fix for handling sparse files in smbdAndrew Tridgell2002-07-295-72/+138
* as suggested by Alexander Oswald <oswald@is.haw-hamburg.de>Simo Sorce2002-07-292-8/+8
* Started to get samsync to insert account information in the passdb. It'sTim Potter2002-07-291-110/+309
* Added extern for popt_common_debug.Tim Potter2002-07-291-0/+4
* Add lib/popt_common.oTim Potter2002-07-291-1/+1
* Use common popt definition for -d option.Tim Potter2002-07-293-10/+3
* A place to store common popt routines.Tim Potter2002-07-291-0/+49
* people should be happier now.Simo Sorce2002-07-291-23/+33
* Skeleton for a libsmb python wrapper.Tim Potter2002-07-294-3/+161
* Merge from APPLIANCE_HEAD:Tim Potter2002-07-291-0/+2
* Updated patch.Tim Potter2002-07-291-12/+11
* found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-2810-23/+66
* This patch does two things:Andrew Bartlett2002-07-281-18/+21
* minor portability fixAndrew Tridgell2002-07-281-0/+2
* fix for smbtar filename matchingAndrew Tridgell2002-07-281-1/+1
* this is an interim fix for nmbd not registering DOMAIN#1b with WINSAndrew Tridgell2002-07-281-1/+20
* Add the ability to set account policies too.Andrew Bartlett2002-07-281-7/+25
* make sure async dns nmbd child diesAndrew Tridgell2002-07-282-1/+8
* fix minor nits in nmbd from adtam@cup.hp.comAndrew Tridgell2002-07-283-13/+13
* good security patch from Timothy.Sell@unisys.comAndrew Tridgell2002-07-281-1/+1
* partial apply of samba-patches 960Andrew Tridgell2002-07-281-1/+1
* fixed man installAndrew Tridgell2002-07-281-2/+2
* fixed logfile location to honor configureAndrew Tridgell2002-07-281-1/+1
* 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