index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
r614: Clean out the POSIX assumptions from the Samba4 auth subsystem.
Andrew Bartlett
2007-10-10
1
-12
/
+0
*
r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.
Andrew Bartlett
2007-10-10
2
-4
/
+3
*
r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...
Andrew Tridgell
2007-10-10
1
-13
/
+0
*
r575: moved the SID_NAME_USE enum into samr.idl
Andrew Tridgell
2007-10-10
1
-13
/
+2
*
r549: added support for DOS error codes in NTSTATUS returns. This uses a
Andrew Tridgell
2007-10-10
1
-0
/
+8
*
r503: we don't need to include ldb_parse.h any more
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r443: Update Samba4 to the auth and NTLMSSP code from Samba3.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r359: moved the share type definitions to srvsvc.idl
Andrew Tridgell
2007-10-10
1
-9
/
+0
*
r204: Turns out that the string in the SEARCH unix_info level is that
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r189: Added UNIX search into tests - added client library parse code.
Jeremy Allison
2007-10-10
1
-2
/
+4
*
r184: Fix UNIX Search info level. This still needs to be added to the raw
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r152: a quick airport commit ....
Andrew Tridgell
2007-10-10
3
-2
/
+8
*
r141: A number of changes to get things working on FreeBSD and reduce the bre...
Richard Sharpe
2007-10-10
1
-0
/
+9
*
r134: - added ldb to the build of smbd
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r128: Another registry update. Changes:
Jelmer Vernooij
2007-10-10
1
-0
/
+3
*
r100: remember the user session key during session setup so it can be used in...
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r42: importing .cvsignore files
Gerald Carter
2007-10-10
1
-9
/
+0
*
r20: Add the registry library. Still needs a lot of work,
Jelmer Vernooij
2007-10-10
2
-0
/
+61
*
switch from SIG_ATOMIC_T to sig_atomic_t
Andrew Tridgell
2004-03-28
1
-4
/
+2
*
don't inlcude rpc/rpc.h and rpcsvc/*.h anymore
Stefan Metzmacher
2004-02-18
1
-35
/
+4
*
remove unused NISPLUS/AUTOMOUNT stuff
Stefan Metzmacher
2004-02-18
1
-1
/
+1
*
move the tdb lib code to lib/tdb/*
Stefan Metzmacher
2004-02-12
1
-3
/
+3
*
- modified the dcerpc client security code to be generic, so ntlmssp
Andrew Tridgell
2004-02-10
1
-0
/
+1
*
move include/ntvfs.h to ntvfs/ntvfs.h
Stefan Metzmacher
2004-02-03
2
-88
/
+1
*
- port AUTH and PASSDB subsystems to new
Stefan Metzmacher
2004-02-03
4
-276
/
+4
*
do some merging from 3.0
Stefan Metzmacher
2004-02-03
4
-16
/
+33
*
remove some unused stuff
Stefan Metzmacher
2004-02-02
1
-1
/
+0
*
- we now specify the object files in the subsystems config.m4 file
Stefan Metzmacher
2004-02-02
1
-26
/
+1
*
merge:
Stefan Metzmacher
2004-02-01
2
-44
/
+71
*
remove a lot of unused stuff from the header files
Stefan Metzmacher
2004-01-28
12
-329
/
+22
*
remove autogenerated version.h from CVS
Stefan Metzmacher
2004-01-28
1
-1
/
+0
*
merge the version.h autogeneration stuff from 3.0
Stefan Metzmacher
2004-01-28
1
-0
/
+1
*
remove all unused stuff from Makefile.in
Stefan Metzmacher
2004-01-19
1
-2
/
+1
*
added support for big-endian ucs2 strings (as used by big-endian
Andrew Tridgell
2003-12-16
1
-2
/
+2
*
a fairly large commit!
Andrew Tridgell
2003-12-16
4
-9
/
+6
*
more mutex portability.
Andrew Tridgell
2003-12-16
1
-5
/
+5
*
more portability fixes. We now almost compile on solaris
Andrew Tridgell
2003-12-16
1
-6
/
+6
*
use smb_rwlock_t instead of rwlock_t to avoid conflicts with system
Andrew Tridgell
2003-12-16
1
-6
/
+6
*
make sure we have a value for DEFAULT_PRINTING on all platforms
Andrew Tridgell
2003-12-16
1
-2
/
+0
*
ntlmssp over rpc over tcp now fully works
Andrew Tridgell
2003-12-14
1
-1
/
+4
*
completed the linkage between the endpoint mapper and the dcerpc
Andrew Tridgell
2003-12-13
2
-0
/
+7
*
dcerpc over tcp in the samba4 server now works to some extent. It
Andrew Tridgell
2003-12-13
1
-0
/
+3
*
added a basic dcerpc endpoint mapper to Samba4. Currently only
Andrew Tridgell
2003-12-13
1
-0
/
+5
*
* the RPC-ECHO pipe now works in smbd, as long as the data sizes
Andrew Tridgell
2003-12-12
6
-42
/
+49
*
the next step in the dcerpc server code. Added the link between the
Andrew Tridgell
2003-12-11
1
-1
/
+4
*
the rest of the initial rpc server side infrastructure
Andrew Tridgell
2003-12-10
3
-51
/
+3
*
* removed some unused code
Andrew Tridgell
2003-12-10
2
-57
/
+2
*
* added a debug thread id hook from jim myers
Andrew Tridgell
2003-12-04
1
-0
/
+3
*
* patch based on work by Jim Myers to unify the ioctl handling to be
Andrew Tridgell
2003-12-04
2
-21
/
+54
*
some OSes already have a uint_t
Andrew Tridgell
2003-12-04
1
-7
/
+0
[next]