index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2000-06-26
fixed size alignment in talloc
Andrew Tridgell
1
-2
/
+2
2000-06-24
lib/util_sid.c: Uninitialized memory read.
Jeremy Allison
1
-0
/
+2
2000-06-23
lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...
Jeremy Allison
1
-1
/
+1
2000-06-22
lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.
Jeremy Allison
1
-48
/
+3
2000-06-21
fixed two minor bugs in new sys_select()
Andrew Tridgell
1
-5
/
+5
2000-06-19
Paranoia changes to ensure that anything touched by a signal handler
Jeremy Allison
1
-1
/
+1
2000-06-14
Merged parse_domain_user() from TNG.
Tim Potter
1
-0
/
+20
2000-06-13
forgot to checkin select.c
Andrew Tridgell
1
-0
/
+107
2000-06-12
totally rewrote the async signal, notification and oplock notification
Andrew Tridgell
2
-109
/
+4
2000-06-12
fixed a bug in BlockSignals() for systems that don't have
Andrew Tridgell
1
-4
/
+2
2000-06-11
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
3
-11
/
+21
2000-06-10
continued the split of the kernel level oplocks code into a more
Andrew Tridgell
1
-0
/
+2
2000-06-09
Fix from Elrond for hash table corruption. Should fix stat cache bug (I
Jeremy Allison
1
-2
/
+10
2000-06-09
do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().
Jean-François Micouleau
1
-1
/
+1
2000-06-09
clean up oplock capability code ready for Linux code
Andrew Tridgell
2
-13
/
+20
2000-06-08
added se_access_check.
Luke Leighton
2
-0
/
+281
2000-06-01
Getting back to a compilable state (not there yet but close).
Jeremy Allison
1
-1
/
+1
2000-05-31
The functionality in this file has been moved into smbd/unix_acls.c in order
Jeremy Allison
1
-679
/
+0
2000-05-29
Fixed LsaQueryInformationPolicy level 3 to return primary domain info.
Matthew Chapman
1
-9
/
+12
2000-05-29
don't return a passwd struct for usernames that don't
Andrew Tridgell
1
-2
/
+12
2000-05-27
getting and setting security descriptors on printers now works
Andrew Tridgell
1
-0
/
+2
2000-05-27
prs_give_memory in wrong place, also poss. was losing mem.
Luke Leighton
1
-2
/
+2
2000-05-27
unistr_to_dos not unistr_to_ascii
Luke Leighton
1
-0
/
+22
2000-05-27
fixed nttrans.c
Luke Leighton
2
-1
/
+680
2000-05-17
Changed name of case_sensitive in mask_match to avaid gcc "shadow global"
Jeremy Allison
1
-4
/
+2
2000-05-12
Added unicode_to_dos_char() function to address converting single UNICODE
Jeremy Allison
1
-0
/
+22
2000-05-12
use "winbind separator" option for domain/user separator character
Andrew Tridgell
1
-14
/
+0
2000-05-10
lib/util_unistr.c:
Jeremy Allison
1
-11
/
+15
2000-05-10
- changed smb_getpwnam() to use winbind style usernames
Andrew Tridgell
1
-7
/
+6
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+4
2000-05-08
Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>
Jeremy Allison
1
-0
/
+2
2000-05-04
a minimal change to get appliance mode to work with winbindd
Andrew Tridgell
1
-0
/
+35
2000-05-02
split the username in the vuser structure into a separate
Andrew Tridgell
1
-2
/
+2
2000-05-02
Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS
Jeremy Allison
1
-102
/
+6
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
9
-10
/
+42
2000-04-30
- added some error checking
Andrew Tridgell
1
-1
/
+1
2000-04-30
some cleanups
Andrew Tridgell
1
-10
/
+13
2000-04-30
we don't need fnmatch.c any more
Andrew Tridgell
2
-201
/
+1
2000-04-30
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2
-627
/
+69
2000-04-30
YIPEE!!!!!
Andrew Tridgell
2
-1
/
+147
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
1
-1
/
+0
2000-04-24
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
1
-1
/
+0
2000-04-24
moved the INSURE hook into util.c
Andrew Tridgell
1
-0
/
+26
2000-04-23
don't close high fd's in smbrun when using insure (prevents closing
Andrew Tridgell
1
-1
/
+3
2000-04-23
split out standard_sub_basic() again to fix a bug where %p was being
Andrew Tridgell
1
-14
/
+29
2000-04-23
if using insure then don't close fd 2
Andrew Tridgell
1
-1
/
+4
2000-04-22
return NULL for a zero size memdup
Andrew Tridgell
1
-0
/
+1
2000-04-22
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
1
-19
/
+12
2000-04-19
split fsusage() into a separate module (to fix linking problems with
Andrew Tridgell
1
-0
/
+149
2000-04-19
- got rid of the "passive" option
Andrew Tridgell
2
-77
/
+54
[next]