index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2002-07-24
Make it possible to query account policy values from pdbedit (set to come soon).
Andrew Bartlett
1
-26
/
+62
2002-07-23
implemented getgrouplist() for systems that don't have it and use it
Andrew Tridgell
2
-21
/
+101
2002-07-21
Another smattering of static and const
Andrew Bartlett
1
-1
/
+1
2002-07-20
Don't try and sys_dup2(dbf->fd) if dbf == NULL.
Tim Potter
1
-1
/
+1
2002-07-20
Add some const to try and get less warnings.
Andrew Bartlett
1
-2
/
+3
2002-07-20
Add support for duplicating stderr into our logfiles.
Andrew Bartlett
2
-17
/
+27
2002-07-20
Add a wrapper for dup2() to our system.c
Andrew Bartlett
1
-0
/
+10
2002-07-20
fixed a logic error in the sorted_tree_find_child() routine
Gerald Carter
1
-32
/
+63
2002-07-19
fixed seg fault in registry frontend caused by trying to
Gerald Carter
1
-0
/
+2
2002-07-19
Never ignore valgrind messages :-). Don't reference before the start
Jeremy Allison
1
-1
/
+1
2002-07-19
* refactored registry operations some. subkey lists and
Gerald Carter
1
-15
/
+32
2002-07-19
fixed line buffer mode in XFILE
Andrew Tridgell
1
-1
/
+1
2002-07-18
Previous fix was incorrect. len in string_sub and all_string_sub is
Jeremy Allison
1
-4
/
+4
2002-07-18
Add useful VALGRIND #ifdef.
Jeremy Allison
1
-0
/
+2
2002-07-18
Fixed off-by-one in all_string_sub also.
Jeremy Allison
1
-1
/
+1
2002-07-18
Formatting fixups.
Jeremy Allison
1
-66
/
+73
2002-07-18
Another bug found by valgrind. Don't AND a src length of -1.
Jeremy Allison
1
-1
/
+2
2002-07-18
virtual registry framework with initial printing hooks.
Gerald Carter
1
-0
/
+414
2002-07-18
The previous code would not allow things like string_sub(str, "\\", "/", 0).
Gerald Carter
1
-1
/
+1
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
34
-1625
/
+2106
2002-07-15
don't use C++ comments in C - it doesn't work on many compilers
Andrew Tridgell
1
-1
/
+1
2002-07-15
fixed a problem with getgroups() where it could include our current
Andrew Tridgell
1
-0
/
+36
2002-07-14
addedd new (t)alloc_sub_* functions
Simo Sorce
2
-31
/
+305
2002-07-14
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2
-0
/
+166
2002-07-13
make this a ZERO_STRUCTP for consitancy with the rest of Samba.
Andrew Bartlett
1
-1
/
+1
2002-07-13
fixed a stdin bug in XFILE that prevented 'print -' from working
Andrew Tridgell
1
-4
/
+4
2002-07-12
The changes in make_sec_desc to make us match W2K broke the marshalling/unmar...
Jeremy Allison
1
-1
/
+1
2002-07-11
*Experimental* new large-scaling printer code. Splits printing.tdb into
Jeremy Allison
1
-3
/
+3
2002-07-09
some support functions to ease the next commit.
Simo Sorce
1
-6
/
+96
2002-07-09
the last WINS update broke self registration when we are a WINS
Andrew Tridgell
1
-7
/
+0
2002-07-08
Kill off const warnings - add a pile of const to various places.
Andrew Bartlett
1
-1
/
+1
2002-07-08
(this should have been part of the previous commit)
Andrew Bartlett
1
-1
/
+37
2002-07-03
Fix the forword prototype to be a static for this static function.
Andrew Bartlett
1
-1
/
+1
2002-07-02
Address the string_sub problem by changing len = 0 to mean "no expand".
Jeremy Allison
2
-41
/
+77
2002-07-01
used findstatic.pl to make some variables static and remove some dead
Andrew Tridgell
7
-146
/
+29
2002-07-01
bias the lookup sorting towards directly reachable IPs
Andrew Tridgell
1
-0
/
+8
2002-06-28
don't warn on non-existant files in map_file(), let the caller handle any war...
Andrew Tridgell
1
-1
/
+2
2002-06-28
don't warn on the loading of zero length files. This fixes the
Andrew Tridgell
1
-1
/
+1
2002-06-27
fixed a link problem with global_in_nmbd
Andrew Tridgell
1
-2
/
+2
2002-06-27
The next phase in the WINS rewrite!
Andrew Tridgell
2
-57
/
+55
2002-06-26
This commit finally gives us multiple wins server groups. We now
Andrew Tridgell
1
-16
/
+245
2002-06-26
made the wins list handling a littler clearer
Andrew Tridgell
1
-9
/
+5
2002-06-26
mumble ... fix typo ... mumble
Andrew Tridgell
1
-1
/
+1
2002-06-26
fixed we_are_multihomed() to cope with dynamic interfaces (ie. don't
Andrew Tridgell
1
-6
/
+1
2002-06-26
- completely rewrote the wins_srv.c code. It is now much simpler, and
Andrew Tridgell
1
-303
/
+90
2002-06-25
fixed a bug in handling select in the main daemon - this stops the daemon spi...
Andrew Tridgell
1
-12
/
+6
2002-06-21
Changed level of "bind succeded on port %d" debug to 10.
Tim Potter
1
-1
/
+1
2002-06-20
Fixed compiler warning.
Tim Potter
1
-1
/
+1
2002-06-18
more debug classess activated
Simo Sorce
1
-1
/
+1
2002-06-17
compile warngin fixes merged from 2.2
Gerald Carter
1
-1
/
+1
[prev]
[next]