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-27
Patch from Kevin Stefanik <kstef@mtppi.org> to do some more error checking for
Andrew Bartlett
1
-6
/
+24
2002-01-27
Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdb
Andrew Bartlett
1
-5
/
+10
2002-01-26
merge from APPLIANCE_HEAD
Gerald Carter
2
-38
/
+4
2002-01-26
- Provide sid->name lookup support for non-unix accounts.
Andrew Bartlett
2
-49
/
+72
2002-01-26
Back out some of the less well thought out ideas from last weeks work on
Andrew Bartlett
5
-33
/
+24
2002-01-26
Bring this code into line with new winbind_lookup_name() interface. I think
Andrew Bartlett
1
-10
/
+23
2002-01-26
Make a talloc'ed copy of this strings so we can pass the right kind of pointer
Andrew Bartlett
1
-1
/
+5
2002-01-26
Rework lookup_name() to take seperate username/domain args, and to remove
Andrew Bartlett
1
-31
/
+24
2002-01-26
Add the become_root()/unbecome_root() wrapper around the lookup_name() call,
Andrew Bartlett
1
-1
/
+9
2002-01-26
Move the lsa code across to the changed args for lookup_name, and surround it
Andrew Bartlett
2
-6
/
+13
2002-01-26
We may as well not use these temporary variables - they are only used once and
Andrew Bartlett
1
-3
/
+1
2002-01-26
local_lookup_name() doens't acutally use its 'domain' argument, so drop it and
Andrew Bartlett
1
-5
/
+3
2002-01-26
Change the winbind interface to use seperate 'domain' and 'username' feilds for
Andrew Bartlett
9
-149
/
+56
2002-01-26
Allow a winbind client to obtain the server's domain name.
Andrew Bartlett
1
-1
/
+13
2002-01-26
Remove the 'direct to winbind' hacks, as they should (if I understand
Andrew Bartlett
1
-12
/
+0
2002-01-26
This always points at a string literal, so it probably should be 'const'.
Andrew Bartlett
1
-1
/
+1
2002-01-26
Fix up a security issue with the way we handle domain groups retuned on the
Andrew Bartlett
3
-25
/
+20
2002-01-26
fix typo
Andrew Bartlett
1
-1
/
+1
2002-01-26
The new plugable password backend system needs to be initialised after
Andrew Bartlett
1
-5
/
+5
2002-01-26
These changes commited on a 'no less broken' basis.
Andrew Bartlett
1
-7
/
+5
2002-01-26
Try to get the compiler not to complain about assignments and truth values...
Andrew Bartlett
1
-2
/
+1
2002-01-26
Try to move towards slightly sane linking for Samba by removing some pdb_...()
Andrew Bartlett
2
-29
/
+62
2002-01-26
Add some information tidbits to an error DEBUG().
Andrew Bartlett
1
-1
/
+1
2002-01-26
Fixed ADDPRINTEREX to take a devmode and a security descriptor...
Jeremy Allison
3
-36
/
+37
2002-01-25
that's the wins replication daemon !
Jean-François Micouleau
8
-2
/
+2789
2002-01-25
rewrote nmbd's wins backend to use a tdb instead of a flat text file.
Jean-François Micouleau
4
-267
/
+683
2002-01-25
Change this code so that we don't do a lookup_name() on root.
Andrew Bartlett
1
-11
/
+3
2002-01-25
Enable net ads commands to use existing tickets if the user doesn't specify a...
Jim McDonough
3
-5
/
+24
2002-01-25
Fixed display of "remote downlevel document" in old print job submission
Jeremy Allison
3
-4
/
+14
2002-01-25
Make systemtime work for spooling on bigendian systems. Fix from
Jeremy Allison
1
-3
/
+20
2002-01-25
new message type for nmbd
Jean-François Micouleau
1
-0
/
+1
2002-01-25
remove unused variable
Jean-François Micouleau
1
-1
/
+0
2002-01-25
picky about realloc
Jean-François Micouleau
1
-5
/
+6
2002-01-25
merge from 2.2
Gerald Carter
1
-1
/
+1
2002-01-25
Passdb changes:
Andrew Bartlett
3
-11
/
+30
2002-01-25
Fix a 'const' warning.
Andrew Bartlett
1
-1
/
+1
2002-01-25
Bring auth_winbind into line with the protocol changes
Andrew Bartlett
1
-0
/
+3
2002-01-25
micro fix :-)
Simo Sorce
1
-0
/
+1
2002-01-25
Removed dodgy init of local variable.
Tim Potter
1
-1
/
+1
2002-01-25
Return correct RPC fault PDU on bad handle incoming.
Jeremy Allison
3
-0
/
+15
2002-01-25
Much more useful handling of backup domain controllers in winbindd. Honour
Tim Potter
1
-25
/
+51
2002-01-25
Remove check for passwordserver = "*" as we now initialise it.
Tim Potter
1
-1
/
+6
2002-01-25
Initialise password server to "*" in init_globals()
Tim Potter
1
-0
/
+1
2002-01-25
Removed unused static variable.
Tim Potter
1
-1
/
+0
2002-01-25
minor fixes
Simo Sorce
4
-12
/
+15
2002-01-24
handle filenames like .bashrc better in the new mangling code
Andrew Tridgell
1
-8
/
+12
2002-01-23
Check request flag for unicode capability and respond accordingly, rather tha...
Jim McDonough
1
-1
/
+2
2002-01-23
Oops...
Andrew Bartlett
1
-1
/
+1
2002-01-23
getpwnam -> getpwnam_alloc.
Andrew Bartlett
6
-13
/
+27
2002-01-23
Change the order of this a bit - as unix password change can fail.
Andrew Bartlett
1
-11
/
+12
[next]