index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix from Elrond for hash table corruption. Should fix stat cache bug (I
Jeremy Allison
2000-06-09
1
-2
/
+10
*
do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().
Jean-François Micouleau
2000-06-09
1
-1
/
+1
*
clean up oplock capability code ready for Linux code
Andrew Tridgell
2000-06-09
2
-13
/
+20
*
added se_access_check.
Luke Leighton
2000-06-08
2
-0
/
+281
*
Getting back to a compilable state (not there yet but close).
Jeremy Allison
2000-06-01
1
-1
/
+1
*
The functionality in this file has been moved into smbd/unix_acls.c in order
Jeremy Allison
2000-05-31
1
-679
/
+0
*
Fixed LsaQueryInformationPolicy level 3 to return primary domain info.
Matthew Chapman
2000-05-29
1
-9
/
+12
*
don't return a passwd struct for usernames that don't
Andrew Tridgell
2000-05-29
1
-2
/
+12
*
getting and setting security descriptors on printers now works
Andrew Tridgell
2000-05-27
1
-0
/
+2
*
prs_give_memory in wrong place, also poss. was losing mem.
Luke Leighton
2000-05-27
1
-2
/
+2
*
unistr_to_dos not unistr_to_ascii
Luke Leighton
2000-05-27
1
-0
/
+22
*
fixed nttrans.c
Luke Leighton
2000-05-27
2
-1
/
+680
*
Changed name of case_sensitive in mask_match to avaid gcc "shadow global"
Jeremy Allison
2000-05-17
1
-4
/
+2
*
Added unicode_to_dos_char() function to address converting single UNICODE
Jeremy Allison
2000-05-12
1
-0
/
+22
*
use "winbind separator" option for domain/user separator character
Andrew Tridgell
2000-05-12
1
-14
/
+0
*
lib/util_unistr.c:
Jeremy Allison
2000-05-10
1
-11
/
+15
*
- changed smb_getpwnam() to use winbind style usernames
Andrew Tridgell
2000-05-10
1
-7
/
+6
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+4
*
Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>
Jeremy Allison
2000-05-08
1
-0
/
+2
*
a minimal change to get appliance mode to work with winbindd
Andrew Tridgell
2000-05-04
1
-0
/
+35
*
split the username in the vuser structure into a separate
Andrew Tridgell
2000-05-02
1
-2
/
+2
*
Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS
Jeremy Allison
2000-05-02
1
-102
/
+6
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
9
-10
/
+42
*
- added some error checking
Andrew Tridgell
2000-04-30
1
-1
/
+1
*
some cleanups
Andrew Tridgell
2000-04-30
1
-10
/
+13
*
we don't need fnmatch.c any more
Andrew Tridgell
2000-04-30
2
-201
/
+1
*
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2000-04-30
2
-627
/
+69
*
YIPEE!!!!!
Andrew Tridgell
2000-04-30
2
-1
/
+147
*
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
2000-04-25
1
-1
/
+0
*
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
2000-04-24
1
-1
/
+0
*
moved the INSURE hook into util.c
Andrew Tridgell
2000-04-24
1
-0
/
+26
*
don't close high fd's in smbrun when using insure (prevents closing
Andrew Tridgell
2000-04-23
1
-1
/
+3
*
split out standard_sub_basic() again to fix a bug where %p was being
Andrew Tridgell
2000-04-23
1
-14
/
+29
*
if using insure then don't close fd 2
Andrew Tridgell
2000-04-23
1
-1
/
+4
*
return NULL for a zero size memdup
Andrew Tridgell
2000-04-22
1
-0
/
+1
*
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
2000-04-22
1
-19
/
+12
*
split fsusage() into a separate module (to fix linking problems with
Andrew Tridgell
2000-04-19
1
-0
/
+149
*
- got rid of the "passive" option
Andrew Tridgell
2000-04-19
2
-77
/
+54
*
fixed some crash bugs in the nt forms parsing
Andrew Tridgell
2000-04-18
1
-0
/
+2
*
got rid of some more old configure tests and includes
Andrew Tridgell
2000-04-17
1
-17
/
+0
*
moved standard_sub() and friends into a separate module
Andrew Tridgell
2000-04-17
2
-269
/
+296
*
converted a couple more functions to use a fd instead of a FILE*
Andrew Tridgell
2000-04-16
1
-0
/
+23
*
converted a bunch more functions to use a fd instead of a FILE*
Andrew Tridgell
2000-04-16
2
-99
/
+105
*
added fdprintf()
Andrew Tridgell
2000-04-16
2
-2
/
+34
*
the new file_lines_load() and file_lines_free() routines. Very useful!
Andrew Tridgell
2000-04-16
1
-0
/
+64
*
added standard_sub_snum() function for modules that don't have
Andrew Tridgell
2000-04-15
1
-1
/
+8
*
use macros for table boundaries
Andrew Tridgell
2000-04-15
1
-6
/
+9
*
a quick hack to reduce the size of the unicode map table headers from
Andrew Tridgell
2000-04-15
1
-9
/
+39
*
use open() not fopen() on codepage files.
Andrew Tridgell
2000-04-15
1
-7
/
+7
*
Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.
Jeremy Allison
2000-04-15
1
-6
/
+32
[prev]
[next]