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
...
*
|
Get the events API right. Patch from metze with some minor modifications.
Jelmer Vernooij
2003-05-29
1
-51
/
+103
*
|
Fixed unused variable warning.
Tim Potter
2003-05-27
1
-1
/
+2
*
|
Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...
Alexander Bokovoy
2003-05-14
1
-0
/
+7
*
|
*****LDAP schema changes*****
Gerald Carter
2003-05-14
1
-9
/
+9
*
|
Move some #ifdefs and function prototypes around to avoid a compiler
Tim Potter
2003-05-14
1
-13
/
+14
*
|
And finally IDMAP in 3_0
Simo Sorce
2003-05-12
4
-3
/
+34
*
|
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
2003-05-12
3
-0
/
+991
*
|
When checking if a SID is in a domain, make sure that indeed the user RID is
Andrew Bartlett
2003-05-09
1
-0
/
+3
*
|
fixed bug #75; add check for non-zero destlen
Gerald Carter
2003-05-08
1
-1
/
+1
*
|
Another attempt at undoing my bogus patch 1.55.2.19
Tim Potter
2003-05-08
1
-0
/
+2
*
|
Whoops - that wasn't a whitespace syncup after all.
Tim Potter
2003-05-07
1
-0
/
+2
*
|
Remove unused variables
Jelmer Vernooij
2003-05-06
1
-4
/
+0
*
|
Patch from metze to add exit and interval events. Useful for modules
Jelmer Vernooij
2003-05-06
1
-1
/
+110
*
|
Fixed typo introduced in reverted patch from version 1.12.4.5
Tim Potter
2003-05-05
1
-1
/
+1
*
|
Add a comment about the use of string functions in the modules code, and
Andrew Bartlett
2003-05-03
1
-4
/
+9
*
|
Refactor existing sock_exec() and socketpair_tcp() functions into their own
Paul Green
2003-04-30
1
-93
/
+0
*
|
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2003-04-30
1
-0
/
+115
|
\
|
|
*
Refactor existing sock_exec() and socketpair_tcp() functions into their own
Paul Green
2003-04-30
2
-93
/
+115
|
*
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
2003-04-28
2
-18
/
+19
|
*
Two character tabs - I don't think so.
Tim Potter
2003-04-28
1
-10
/
+9
|
*
round three of CIDR fixes; spotted by Tomoki AONO
Gerald Carter
2003-04-26
1
-3
/
+2
|
*
Complain about duplicate charsets at debug level 0 instead of 2
Jelmer Vernooij
2003-04-24
1
-1
/
+1
|
*
Get rid of module_path_get_name()
Jelmer Vernooij
2003-04-24
1
-10
/
+5
|
*
Check for absolute paths by only checking the first character of the module n...
Jelmer Vernooij
2003-04-24
1
-1
/
+1
|
*
Merge case handling table changes from 3.0 to HEAD.
Andrew Bartlett
2003-04-23
1
-10
/
+8
|
*
Limit the number of outstanding print notify messages for a process to
Jeremy Allison
2003-04-23
1
-0
/
+31
|
*
Merge from 3.0 - try harder to get our real DNS domain name, and send this
Andrew Bartlett
2003-04-22
1
-6
/
+21
|
*
Address gcc warnings.
Volker Lendecke
2003-04-19
1
-1
/
+1
|
*
some readline completion exancements
Simo Sorce
2003-04-19
1
-0
/
+24
|
*
fixes
Simo Sorce
2003-04-19
1
-0
/
+1
|
*
fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...
Gerald Carter
2003-04-18
1
-0
/
+4
|
*
Only use backtrace variables when we can use them
Jelmer Vernooij
2003-04-16
1
-0
/
+2
|
*
Remove SAFE_FREE() definition, which is not needed in this file.
Martin Pool
2003-04-14
1
-13
/
+18
|
*
Add selected parts of the changelog to this file, to make merging into
Martin Pool
2003-04-14
1
-0
/
+21
|
*
Merge test cases from rsync.
Martin Pool
2003-04-14
1
-3
/
+3
|
*
Doc.
Martin Pool
2003-04-14
1
-1
/
+9
|
*
smbcquota patch from metze
Gerald Carter
2003-04-11
1
-3
/
+3
|
*
workaround streams leak on SCO openserver 5.0.x
Gerald Carter
2003-04-11
1
-0
/
+4
|
*
A new RPC pipe! The \pipe\echo named pipe is for testing large RPC
Tim Potter
2003-04-11
1
-44
/
+0
|
*
unix_strupper, unix_strlower: Remove fixed-length static buffer that
Martin Pool
2003-04-09
1
-10
/
+31
|
*
Merge from 3_0: Build a lookup table of valid DOS characters just
Martin Pool
2003-04-08
2
-5
/
+59
|
*
BUGS.txt -> Bugs Appendix in HOWTO collection
Jelmer Vernooij
2003-04-07
1
-1
/
+1
|
*
Remove duplicate "tallocdump" message from tdb messaging system. The
Tim Potter
2003-04-07
1
-0
/
+5
|
*
Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void...
Andrew Bartlett
2003-04-06
1
-2
/
+2
|
*
Fix memory leak of the key.
Andrew Bartlett
2003-04-06
1
-0
/
+1
|
*
strequal() returns True for equal, not an int
Andrew Tridgell
2003-04-06
1
-2
/
+4
|
*
don't rely on realloc() working on NULL
Andrew Tridgell
2003-04-06
1
-3
/
+3
|
*
The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):
Jim McDonough
2003-04-03
1
-0
/
+718
|
*
Add const
Jelmer Vernooij
2003-04-02
1
-1
/
+1
|
*
THE Idmap patch :-)
Simo Sorce
2003-04-02
1
-1
/
+1
[prev]
[next]