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
/
source
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge of get_dc_name()-like code from APP_HEAD; better support password serve...
Gerald Carter
2002-12-12
1
-0
/
+8
*
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
2002-12-11
1
-0
/
+4
*
Fix client large file reporting.
Jeremy Allison
2002-12-10
2
-1
/
+5
*
More printer data to publish
Jim McDonough
2002-12-05
1
-0
/
+1
*
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
Jeremy Allison
2002-12-05
1
-1
/
+1
*
Remove FILE_MACRO as __FILE__ is ANSI C.
Tim Potter
2002-12-04
3
-20
/
+11
*
More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ one...
Jim McDonough
2002-12-04
1
-0
/
+3
*
Automatic printer publishing when using APW or choosing 'list in the director...
Jim McDonough
2002-12-04
1
-0
/
+5
*
Fix for 64 bit issues with oplocks and allocation size.
Jeremy Allison
2002-12-04
2
-948
/
+1270
*
use FILE_MACRO instead of __FILE__
Herb Lewis
2002-12-03
1
-6
/
+6
*
Support printer info 7, used for publishing
Jim McDonough
2002-12-03
1
-0
/
+16
*
Add defines for standard DsSpooler/DsDriver values that get published.
Jim McDonough
2002-12-03
1
-0
/
+54
*
Fixed nasty bug where file writes with start offsets in the range
Jeremy Allison
2002-12-03
1
-0
/
+2
*
[print notify fixes from APP_HEAD]
Gerald Carter
2002-11-26
1
-0
/
+16
*
Revert ADS_ERR_OK change. Some compilers didn't like it.
Jim McDonough
2002-11-18
1
-1
/
+1
*
Next step of printer publishing.
Jim McDonough
2002-11-18
1
-56
/
+1
*
Remove the assumption that all Solaris has -lsendfile.
Andrew Bartlett
2002-11-15
1
-0
/
+3
*
Use smb_register_passdb() - plus some small fixes
Jelmer Vernooij
2002-11-15
1
-7
/
+0
*
Add smb_register_passdb()
Jelmer Vernooij
2002-11-15
1
-0
/
+1
*
Add const to DEBUG() macro.
Andrew Bartlett
2002-11-15
1
-3
/
+3
*
small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e...
Jelmer Vernooij
2002-11-13
1
-0
/
+3
*
Add smb_register_charset() and use it
Jelmer Vernooij
2002-11-12
1
-0
/
+16
*
union is better to avoid problems with pointers
Simo Sorce
2002-11-11
1
-21
/
+27
*
deldriver fix
Gerald Carter
2002-11-09
1
-0
/
+1
*
Add smbtrans subcommands so we can stop hardcoding them
Jim McDonough
2002-11-07
1
-0
/
+5
*
Missed extern declaration.
Jeremy Allison
2002-11-05
1
-0
/
+1
*
Remove DRIVERFILE constant. It was removed with the old win95
Tim Potter
2002-11-05
1
-1
/
+0
*
The fixes from Tom plus a minor update from me.
Richard Sharpe
2002-11-04
2
-97
/
+227
*
Add more options to popt_common and use them. Current ones are:
Jelmer Vernooij
2002-11-02
1
-0
/
+3
*
Add popt_common_socket_options
Jelmer Vernooij
2002-11-02
1
-0
/
+1
*
Rerun autoconf
Jelmer Vernooij
2002-10-30
1
-0
/
+3
*
- Remove RTLD_GLOBAL
Jelmer Vernooij
2002-10-30
1
-1
/
+1
*
added a timegm() function for systems that don't have it
Andrew Tridgell
2002-10-30
1
-0
/
+4
*
Add init_module_function typedef for new module system
Jelmer Vernooij
2002-10-30
1
-0
/
+3
*
Fix for systems that allow more than 65536 open files per process.
Jeremy Allison
2002-10-22
1
-0
/
+3
*
Some was asking to look at this code, so better it stay there until we decide...
Simo Sorce
2002-10-22
1
-0
/
+224
*
This moves the group mapping API into the passdb backend.
Volker Lendecke
2002-10-21
2
-1
/
+48
*
Remove obsolete acconfig.h - we now use comments in AC_DEFINE()
Jelmer Vernooij
2002-10-21
1
-239
/
+507
*
Recognize FreeBSD5 correctly (not as being sysv...)
Jelmer Vernooij
2002-10-21
2
-615
/
+644
*
Added new error codes. Fix up connection code to retry in the same way
Jeremy Allison
2002-10-17
1
-7
/
+40
*
Tidyup of file specific access mask bits.
Tim Potter
2002-10-14
1
-14
/
+19
*
Nice *big* patch from metze.
Andrew Bartlett
2002-10-12
2
-19
/
+54
*
forgot some bits from previous rpc_secdesc.h rework patch
Simo Sorce
2002-10-07
1
-2
/
+0
*
try to put every security descriptors related definitions in the same file.
Simo Sorce
2002-10-06
3
-175
/
+249
*
Add more common options to popt_common - and start using
Jelmer Vernooij
2002-10-05
1
-0
/
+1
*
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
2002-10-04
2
-1
/
+4
*
merge of working dsrolegetprimdominfo() client code from APP_HEAD
Gerald Carter
2002-10-04
4
-1
/
+94
*
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
2002-10-04
1
-0
/
+11
*
We are going to need to track the SAM sequence number too.
Andrew Bartlett
2002-10-03
1
-0
/
+1
*
Cope with rw errors and timeout to peer.
Jeremy Allison
2002-10-01
2
-1
/
+3
[next]