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