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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge of name_status_find() debugs.
Tim Potter
2002-01-16
1
-5
/
+18
*
Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb?
Jim McDonough
2002-01-15
1
-10
/
+10
*
Missing assign fix from Bernt Nilsson bkn@ida.liu.se.
Jeremy Allison
2002-01-15
1
-1
/
+1
*
For some reason I wasn't thinking about failure cases this morning...
Andrew Bartlett
2002-01-15
1
-0
/
+72
*
Convert to the new pstring interface. This diff is a pretty good
Martin Pool
2002-01-15
1
-26
/
+29
*
Split pstring definitions into their own header.
Martin Pool
2002-01-15
2
-53
/
+72
*
Integrate with PSTRING_SANCTIFY.
Martin Pool
2002-01-15
1
-4
/
+4
*
#ifdef variable that's not used without dmalloc
Martin Pool
2002-01-15
1
-0
/
+2
*
Add constness to parameters
Martin Pool
2002-01-15
1
-1
/
+1
*
adding wins commands to winbindd - will check in the rest of the changes
Herb Lewis
2002-01-15
1
-0
/
+211
*
Add constness to parameters
Martin Pool
2002-01-15
1
-2
/
+2
*
Add constness to filenames passed to functions.
Martin Pool
2002-01-15
3
-3
/
+28
*
Commit the auth associated changes I missed from the last commit.
Andrew Bartlett
2002-01-15
4
-3
/
+21
*
Change the passdb interface to use allocated strings.
Andrew Bartlett
2002-01-15
6
-129
/
+180
*
rerun autoconf
Andrew Bartlett
2002-01-14
1
-802
/
+812
*
I like --enable-developer, but I find it rather usless when all it gets me is a
Andrew Bartlett
2002-01-14
1
-1
/
+5
*
Initialise cli variables and try not to do a cli_shutdown() of uninitialsed
Andrew Bartlett
2002-01-14
1
-4
/
+10
*
Fix a segfault in auth/auth_domain.c error cases.
Andrew Bartlett
2002-01-14
1
-2
/
+1
*
Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal
Jeremy Allison
2002-01-14
5
-33
/
+19
*
FIXME We should turn the global list off when using Insure++,
Martin Pool
2002-01-14
1
-0
/
+3
*
Move local variable to avoid warning when compiled without GSSAPI.
Martin Pool
2002-01-14
1
-1
/
+2
*
PSTRING_SANCTIFY:
Martin Pool
2002-01-14
1
-3
/
+50
*
Removed fprintf(stderr, ...); calls which should not be present in library
Tim Potter
2002-01-14
1
-4
/
+0
*
A couple of coding syle updates to follow the re-indent.
Andrew Bartlett
2002-01-13
1
-5
/
+5
*
Re-indent these two functions to make it actually possible to understand their
Andrew Bartlett
2002-01-13
1
-161
/
+161
*
don't try to allocate zero bytes
Andrew Tridgell
2002-01-13
1
-10
/
+7
*
I'm doing some things towards the NamedPipes game with lckl and he has asked me
Andrew Bartlett
2002-01-13
2
-87
/
+105
*
Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.
Andrew Bartlett
2002-01-12
7
-2
/
+173
*
updates from 2.2
Simo Sorce
2002-01-12
6
-95
/
+141
*
Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...
Jeremy Allison
2002-01-12
3
-0
/
+224
*
Thanks to vance for spotting the missing Makefile.in commit.
Andrew Bartlett
2002-01-12
1
-1
/
+1
*
Move all the pdb_get...() and pdb_set...() functions to a new file.
Andrew Bartlett
2002-01-12
2
-798
/
+825
*
Added the O_NOFOLLOW flag if follow symlinks is set off.
Jeremy Allison
2002-01-12
1
-0
/
+6
*
Round and round we go....
Jeremy Allison
2002-01-11
3
-3
/
+5
*
Latest attempt at changeid.
Jeremy Allison
2002-01-11
2
-6
/
+31
*
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
2002-01-11
20
-156
/
+162
*
fixed a crash bug in domain auth caused by an uninitialised nt_status
Andrew Tridgell
2002-01-11
2
-1
/
+3
*
fixed a crash in merge_aces()
Andrew Tridgell
2002-01-11
1
-0
/
+1
*
force the time difference in cache comparisons to be unsigned to cope
Andrew Tridgell
2002-01-11
1
-1
/
+4
*
make the winbind sequence number code more robust
Andrew Tridgell
2002-01-11
1
-1
/
+1
*
cope with direct IP addresses in resolve_name()
Andrew Tridgell
2002-01-11
1
-0
/
+5
*
preparing for release of 3.0-alpha13
Samba Release Account
2002-01-11
1
-1
/
+1
*
Make this error match Win2k.
Andrew Bartlett
2002-01-11
1
-1
/
+1
*
The DC is meant to be sent the *unmapped* username...
Andrew Bartlett
2002-01-11
1
-1
/
+1
*
Always query the PDC for the list of trusted domains rather than interating
Tim Potter
2002-01-11
7
-114
/
+179
*
Back out the crazy notion that the NTLMSSP flags actually mean anything...
Andrew Bartlett
2002-01-11
4
-30
/
+47
*
Correct4ed comment.
Tim Potter
2002-01-11
1
-1
/
+1
*
Fix up 'net ads join' to delete and rejoin if the account already exists.
Andrew Bartlett
2002-01-11
2
-3
/
+8
*
Some memory leak fixes.
Tim Potter
2002-01-11
1
-17
/
+23
*
make sure resolve_name() only returns valid IP addresses
Andrew Tridgell
2002-01-11
1
-4
/
+13
[next]