summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-1410-223/+225
* Add a touch of const to this - helps with some yet-to-be-commited changesAndrew Bartlett2002-06-141-3/+3
* Allow non unix accounts to be added to an ldap directory without NUA accountsAndrew Bartlett2002-06-141-0/+4
* Patch from ctrlsoft to use the pdb_sethexpwd function in smbpasswd - insteadAndrew Bartlett2002-06-141-48/+7
* It looks like we never tested the 'cleanup' code, so when I triggered itAndrew Bartlett2002-06-142-12/+20
* Some updates from ctrlsoft <jelmer@nl.linux.org> to return failure if *any* ofAndrew Bartlett2002-06-141-19/+20
* Debug fixes from ctrlsoftAndrew Bartlett2002-06-141-2/+2
* Kill useless castAndrew Bartlett2002-06-141-2/+2
* Convenience function to allow a SID to be specified as a string.Andrew Bartlett2002-06-141-3/+46
* Add some comments on writing new pdb modules. (from ctrlsoft)Andrew Bartlett2002-06-141-0/+7
* Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett2002-06-146-46/+61
* Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and theAndrew Bartlett2002-06-143-154/+139
* Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett2002-06-143-6/+6
* Ensure we save any older SIGALRM signal handler.Jeremy Allison2002-06-133-7/+11
* Veto files fix.Jeremy Allison2002-06-131-275/+273
* Merge in mangle fixes from 2.2.Jeremy Allison2002-06-137-371/+376
* Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-1314-113/+183
* a useful script for finding global variables or functions that couldAndrew Tridgell2002-06-131-0/+59
* Spelling.Tim Potter2002-06-121-1/+1
* Ignore winbindd_proto.hTim Potter2002-06-121-0/+1
* Spelling fixes.Tim Potter2002-06-121-1/+1
* Removed eff_name field from cli_struct as it wasn't being used anywhere.Tim Potter2002-06-122-2/+2
* few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce2002-06-113-13/+24
* merge from 2.2Gerald Carter2002-06-111-0/+1
* Merge of Jerry's fix from 2.2.Jeremy Allison2002-06-102-8/+18
* Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett2002-06-106-44/+1
* With this file being automaticly regenerated, and cleaned up with 'make clean'Andrew Bartlett2002-06-101-142/+0
* Fix up comment on netbios scopes, and remove paragraph about internationalAndrew Bartlett2002-06-091-12/+2
* This paragraph is irrelevent and misleading (needs fix for 2.2 as well)Andrew Bartlett2002-06-091-6/+0
* This (hopefully) fixes a bug reported by Kai Krueger <kai@kruegernetz.de>Andrew Bartlett2002-06-092-17/+10
* Ensure when allowing fchown with write access and dos filemodes thatJeremy Allison2002-06-071-7/+7
* Merge pidfile fix.Jeremy Allison2002-06-071-3/+3
* Fix commentAndrew Bartlett2002-06-071-1/+1
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-0714-87/+91
* Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett2002-06-073-242/+282
* Add flags2 for security signituresAndrew Bartlett2002-06-071-0/+1
* A couple of updates for the SmbEncrypt code, and some of its users.Andrew Bartlett2002-06-072-14/+32
* Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helpsJeremy Allison2002-06-071-4/+7
* Overly complex but neccessary fix for kernel oplock problems. The issueJeremy Allison2002-06-063-21/+55
* enable building of shared libsmbclientGerald Carter2002-06-061-2/+1
* Fix compile error - doh!Tim Potter2002-06-062-4/+4
* Moved some notify related constants into srv_spoolss_nt.c sinceTim Potter2002-06-062-4/+11
* Fixed out of date comment for _spoolss_rffpcnex()Tim Potter2002-06-061-4/+2
* Fix typo.Shirish Kalele2002-06-051-1/+1
* merge from 2.2Gerald Carter2002-06-051-4/+10
* merge 390 kernel workaround from SAMBA_2_2.Jim McDonough2002-06-052-2/+2
* Spelling fix.Tim Potter2002-06-051-1/+1
* Store cache entry keys that have RID values in decimal to beTim Potter2002-06-051-6/+6
* Remove blocksignals call as it's never going to bloody work right...Jeremy Allison2002-06-051-1/+0
* Fix for Linux kernel bug where signal mask set within a signal handlerJeremy Allison2002-06-052-34/+82