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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
IRIX ACLs from Herb.
Jeremy Allison
2001-04-02
1
-0
/
+30
*
|
include/ntdomain.h:
Jeremy Allison
2001-04-02
2
-8
/
+18
*
|
configure configure.in include/config.h.in lib/replace.c: Added test and repl...
Jeremy Allison
2001-03-31
3
-556
/
+469
*
|
started converting some of the only-ascii code to use srvstr_*
Andrew Tridgell
2001-03-31
1
-464
/
+466
*
|
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
2001-03-30
2
-3
/
+21
*
|
Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.
Jeremy Allison
2001-03-29
1
-0
/
+1
*
|
Added cli_nt_create_full() as a way to get at all the ntcreate parameters.
Jeremy Allison
2001-03-29
1
-0
/
+3
*
|
rename of 16 new_smb_io functions to smb_io_* for consistency sake
Gerald Carter
2001-03-28
1
-16
/
+16
*
|
make proto
Gerald Carter
2001-03-27
1
-7
/
+7
*
|
Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"
Jeremy Allison
2001-03-27
1
-1
/
+1
*
|
Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....
Jeremy Allison
2001-03-26
2
-2
/
+5
*
|
a much simpler talloc() implementation. This version has the following
Andrew Tridgell
2001-03-23
1
-2
/
+1
*
|
Fix insure-found parameter size missmatch.
Jeremy Allison
2001-03-23
1
-1
/
+1
*
|
Two OS/2 printer fixes from Jim McDonough @ IBM.
Jeremy Allison
2001-03-23
1
-0
/
+1
*
|
groupdb/mapping.c:
Jeremy Allison
2001-03-23
1
-461
/
+461
*
|
first pass of the new group mapping code
Jean-François Micouleau
2001-03-23
3
-460
/
+535
*
|
Fix memory leak when doing DLIST_REMOVE(head,head).
Jeremy Allison
2001-03-21
1
-1
/
+1
*
|
added option "enhanced browsing"
Andrew Tridgell
2001-03-21
1
-0
/
+1
*
|
When calling DLIST_REMOVE(x,x) (from lib/interface.c) ensure that the pointer
Jeremy Allison
2001-03-20
1
-1
/
+1
*
|
Fix for crash when doing name lookup with a quoted string. Part of
Jeremy Allison
2001-03-20
2
-9
/
+15
*
|
reverted the rename of new_spoolss_io_r_enumprinterdrivers()
Gerald Carter
2001-03-19
1
-1
/
+1
*
|
Added sys_dlopen/sys_dlsym/sys_dlclose.
Jeremy Allison
2001-03-19
2
-0
/
+16
*
|
added basic command completion support
Andrew Tridgell
2001-03-19
1
-1
/
+2
*
|
much simpler readline code
Andrew Tridgell
2001-03-18
3
-52
/
+1
*
|
much better readline support from Simo Sorce, with some mods from me
Andrew Tridgell
2001-03-18
4
-20
/
+62
*
|
I'm happy with the mapping for NT getACL, now for NT setACL.
Jeremy Allison
2001-03-17
1
-0
/
+15
*
|
enable unicode on the wire by default in smbd
Andrew Tridgell
2001-03-16
1
-0
/
+1
*
|
Added files for CUP printing patch split.
Jeremy Allison
2001-03-16
1
-0
/
+69
*
|
make proto
Gerald Carter
2001-03-15
1
-12
/
+34
*
|
make proto
Gerald Carter
2001-03-15
1
-0
/
+6
*
|
added getdriverdir and cleaned up the PRINTER_DRIVER_CTR struct
Gerald Carter
2001-03-15
1
-5
/
+1
*
|
make proto
Gerald Carter
2001-03-15
1
-1
/
+15
*
|
make proto
Gerald Carter
2001-03-15
1
-1
/
+1
*
|
AS/U on a sparc now joins and authenticates against a Samba PDC !
Jeremy Allison
2001-03-15
2
-19
/
+7
*
|
last make proto got messed up it seems
Gerald Carter
2001-03-14
1
-8
/
+3
*
|
make proto
Gerald Carter
2001-03-14
1
-424
/
+432
*
|
set of changes in the beginning of bringing rpcclient changes
Gerald Carter
2001-03-14
1
-1
/
+1
*
|
don't need srvstr_push_size or srvstr_pull_size
Andrew Tridgell
2001-03-14
1
-3
/
+0
*
|
simpler clistr interface which handles individual packets having
Andrew Tridgell
2001-03-14
1
-3
/
+1
*
|
simpler and more correct srvstr_push()
Andrew Tridgell
2001-03-13
1
-426
/
+426
*
|
Move to a handle database per pipe name, not per pipe.
Jeremy Allison
2001-03-13
2
-4
/
+5
*
|
Fixed reading of strings from big-endian RPC clients.
Jeremy Allison
2001-03-13
1
-0
/
+2
*
|
this patch does a number of things:
Andrew Tridgell
2001-03-13
1
-3
/
+0
*
|
Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct
Jeremy Allison
2001-03-11
4
-94
/
+29
*
|
Sync include files between 2.2 and HEAD except for acoount info.
Jeremy Allison
2001-03-11
1
-4
/
+4
*
|
Remove "BYTE" - we already have uint8 - don't need more conflicts with
Jeremy Allison
2001-03-11
2
-6
/
+4
*
|
No longer used...
Jeremy Allison
2001-03-11
1
-1315
/
+0
*
|
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
6
-816
/
+981
*
|
to use the same macros in the client and server rename the CLISTR_
Andrew Tridgell
2001-03-10
3
-437
/
+448
*
|
More documentation in the header in doxygen format
Richard Sharpe
2001-03-10
1
-3
/
+12
[prev]
[next]