summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixes for Eastern Europe code page.Jeremy Allison2000-02-182-0/+2
| * Don't assume that the (files_struct *) passed to fd_attempt_close()Tim Potter2000-02-171-2/+9
| * Updated docs for tdb_traverse.Tim Potter2000-02-171-2/+3
| * More checks for passing NULL tdb contexts to tdb functions.Tim Potter2000-02-161-0/+77
| * Added support for SO_REUSEPORT for systems that have it.Jeremy Allison2000-02-161-1/+11
| * Make proto.Jeremy Allison2000-02-161-0/+1
| * tdb_traverse() now takes three arguments.Tim Potter2000-02-161-3/+3
| * Added "source environment" parameter from Nicolas Williams <Nicolas.Williams@...Jeremy Allison2000-02-161-1/+136
| * Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-1514-488/+786
| * fix the reply of rpc_alter_contextJean-François Micouleau2000-02-158-1955/+2485
| * Return "Invalid tdb context" instead of crashing when tdb_error calledTim Potter2000-02-151-2/+6
| * Not enough args to DEBUG statement.Tim Potter2000-02-151-1/+1
| * Ooops. Fixed stupid typo with missing ! in cli error code.Jeremy Allison2000-02-141-1/+1
| * damn, masktest now needs the mangle code from smbdAndrew Tridgell2000-02-101-1/+1
| * the beginnings of a fnmatch() based wildcard matching routineAndrew Tridgell2000-02-101-20/+66
| * file ntdom.c was initially added on branch SAMBA_TNG.Tim Potter2000-02-090-0/+0
| * Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi...Jeremy Allison2000-02-091-2/+3
| * Correct for for core dump in smbpasswd with cli_errstr().Jeremy Allison2000-02-091-8/+22
| * Defensive programming for cli_error().Jeremy Allison2000-02-091-1/+7
| * update masktest for new make_nmb_name() syntaxAndrew Tridgell2000-02-091-3/+3
| * added masktest to head branch, in preparation for another assault onAndrew Tridgell2000-02-091-0/+435
| * Moved over lib/util_sec (with added fixes) as the HEAD sourceJeremy Allison2000-02-081-4/+50
| * Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau2000-02-073-33/+44
| * make proto ...Jean-François Micouleau2000-02-072-344/+683
| * spoolss include definitionsJean-François Micouleau2000-02-075-15/+35
| * spoolss definitions.Jean-François Micouleau2000-02-074-15/+128
| * Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2000-02-075-2/+124
| * First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2000-02-076-0/+12124
* | adding pack_type data representation. tested as-was (i.e. not againstLuke Leighton2000-02-2810-93/+131
* | added bind nack to server-side.Luke Leighton2000-02-278-234/+339
* | trying to track down why setgroups() fails.Luke Leighton2000-02-273-89/+96
* | testing password change showed up some bugs in NTLMSSP calcs, plus one inLuke Leighton2000-02-276-49/+53
* | patch from michael breuer for irix TCP_NODELAY includeLuke Leighton2000-02-252-566/+624
* | const issuesLuke Leighton2000-02-251-16/+18
* | remove unused varLuke Leighton2000-02-251-7/+0
* | tim, after speaking with andrew he noticed that you were calling become_root()Luke Leighton2000-02-251-1/+1
* | const issuesLuke Leighton2000-02-251-5/+6
* | attempting to find a bug that wasn't.Luke Leighton2000-02-252-10/+19
* | set_secret_data() parameter typecast constant (16) to a pointer. nggggh!Luke Leighton2000-02-2512-20/+23
* | trying to track down login issues.Luke Leighton2000-02-244-9/+20
* | added previously_granted_access parameter to se_access_check(). itLuke Leighton2000-02-245-14/+80
* | improved ace checking, pseudo-code from todd sabin.Luke Leighton2000-02-241-23/+90
* | call to generate well-known SIDs in all programs likely to need them.Luke Leighton2000-02-248-5/+10
* | SIDDB_OBJ added to all msrpc daemons.Luke Leighton2000-02-241-0/+6
* | oops, global_sid_system not global_sid_S_1_5_17.Luke Leighton2000-02-241-1/+1
* | se_access_check function.Luke Leighton2000-02-248-8/+223
* | preparing for release of alpha.0.6Samba Release Account2000-02-2463-63/+63
* | oops! mapped SEC_RIGHTS_READ (a series of bits) to read instead of justLuke Leighton2000-02-231-2/+11
* | From Elrond@Wunder-Nett.org Thu Feb 24 08:11:57 2000Luke Leighton2000-02-2310-16/+35
* | samr_lookup_rids. also, made it possible to read sam user info, anonymously.Luke Leighton2000-02-233-21/+18