summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
| * logic for domainsidsize is if size is zero, there's no sid, so don'tLuke Leighton2000-04-121-1/+0
| * Ensure that CHECK_FNUM rejects fd == -1 correctly.Jeremy Allison2000-04-121-1/+4
| * Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison2000-04-124-363/+203
| * Andrew made it faster :-).Jeremy Allison2000-04-111-2/+2
| * Bloody typo ! It should be & 3 , & 1 *not* &~3, &~1.Jeremy Allison2000-04-111-2/+2
| * The changes made here broke NT security descriptor returning to NT clients.Jeremy Allison2000-04-111-0/+2
| * The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison2000-04-113-10/+28
| * include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-119-152/+75
| * prototypesAndrew Tridgell2000-04-111-0/+1
| * add a commentAndrew Tridgell2000-04-111-1/+1
| * add an align4() functionAndrew Tridgell2000-04-111-1/+14
| * some updates to the process logon code to reflect lukes latestAndrew Tridgell2000-04-111-20/+38
| * new prototypesAndrew Tridgell2000-04-111-4/+8
| * finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-1119-217/+195
| * added a cheap and nasty skip_unibuf() fn to allow easier merging fromAndrew Tridgell2000-04-111-0/+10
| * two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...Andrew Tridgell2000-04-112-0/+4
| * added checks to open both \\server\printer and \\server\share.Jean-François Micouleau2000-04-101-3/+44
| * Fix for soft quotas not being set fromJeremy Allison2000-04-101-0/+24
| * initialise fsp->fd to -1Andrew Tridgell2000-04-101-0/+1
| * new prototypesAndrew Tridgell2000-04-101-11/+10
| * the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-1011-1023/+231
| * rather than doing print file open processing in open.c we now handleAndrew Tridgell2000-04-101-0/+74
| * the first of a bunch of changes to code with getting rid of the fd_ptrAndrew Tridgell2000-04-101-6/+23
| * got rid of the file_fd_struct structure completely.Andrew Tridgell2000-04-101-22/+4
| * removed the read prediction code from the head branch. I think theAndrew Tridgell2000-04-101-1/+1
* | more merge.Luke Leighton2000-04-1911-158/+103
* | middle of a merge.Luke Leighton2000-04-1935-2846/+2548
* | Implemented routine to expand group members that are also groups so theTim Potter2000-04-191-68/+217
* | moved cli_connect_auth() made it static. more work needed.Luke Leighton2000-04-182-32/+74
* | made cli_close_socket() static.Luke Leighton2000-04-181-1/+1
* | BOOL storing an int result. oops.Luke Leighton2000-04-181-1/+1
* | more merge/shuffling.Luke Leighton2000-04-182-376/+442
* | start splitting domain-related functions out of clientgen.cLuke Leighton2000-04-182-139/+74
* | tng changes:Andrew Tridgell2000-04-1819-385/+36
* | cmd_sam_add_addaliasmem() function gets number of names wrong when passingTim Potter2000-04-171-3/+1
* | Cosmetic change to help message for 'addaliasmem'.Tim Potter2000-04-171-1/+1
* | bruce tenison spotted that creategroup was being requested withLuke Leighton2000-04-176-6/+12
* | Fixed bug where getgrgid() would return incorrect group membership.Tim Potter2000-04-171-35/+68
* | Renamed loop variable to avoid name clash.Tim Potter2000-04-171-6/+6
* | Added security checks for opening and creating winbind daemon UNIX domainTim Potter2000-04-174-118/+152
* | Return the string "unknown error" instead of a blank message for unknownTim Potter2000-04-171-1/+1
* | calm down Irix cc (int -> uint32)Elrond2000-04-152-2/+2
* | Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison2000-04-154-20/+59
* | little changes (char -> uchar) to calm down irix cc aElrond2000-04-141-5/+5
* | i _really_ like electric fence.Luke Leighton2000-04-141-1/+2
* | i love electric fence!Luke Leighton2000-04-145-87/+12
* | tim found that no-members didn't work, client-side code.Luke Leighton2000-04-142-3/+27
* | Some defensive programming: terminate list of group members when all listTim Potter2000-04-141-1/+1
* | Use pstrcpy() on a pstring instead of fstrcpy(). (-:Tim Potter2000-04-141-6/+15
* | Fixing memory leaks. Still lots to find in rpc client code.Tim Potter2000-04-143-72/+141