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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r7281: removing document
Derrell Lipman
1
-0
/
+0
2007-10-10
r7280: taking advantage of previous research. this is documentation on which...
Derrell Lipman
1
-0
/
+0
2007-10-10
r7278: Oops, don't compile librpc as library..
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be
Derrell Lipman
13
-644
/
+465
2007-10-10
r7274: Move m4 files to seperate dir
Jelmer Vernooij
15
-12
/
+30
2007-10-10
r7273: Update a bit
Jelmer Vernooij
1
-15
/
+18
2007-10-10
r7272: this is a sample mk file for building a heimdal library using the
Andrew Tridgell
1
-0
/
+340
2007-10-10
r7271: added the ability to specify a target specific set of CFLAGS for
Andrew Tridgell
2
-2
/
+28
2007-10-10
r7270: A big revamp to the way we handle kerberos errors in Samba4. We now
Andrew Bartlett
9
-100
/
+167
2007-10-10
r7269: talloc_steal() is preferred where possible, as it can't fail and does
Andrew Bartlett
1
-2
/
+2
2007-10-10
r7268: allocate the strings to avoid them disappearing under our feet
Simo Sorce
1
-5
/
+5
2007-10-10
r7267: REMOTE_HOST is a better choice
Simo Sorce
2
-35
/
+72
2007-10-10
r7266: Split the different types of js function defines into separate files,
Tim Potter
6
-243
/
+368
2007-10-10
r7265: fixed d_printf() so it works again.
Andrew Tridgell
1
-2
/
+2
2007-10-10
r7264: fix up the socket handling for abartlet. Still only udp, but it won't
Andrew Tridgell
4
-44
/
+80
2007-10-10
r7263: Exit smbscript with the intepreter return value (defaults to 0).
Tim Potter
1
-10
/
+13
2007-10-10
r7262: Add a length property to ARGV array.
Tim Potter
1
-0
/
+1
2007-10-10
r7261: Pass by reference is done in js via MPR_TYPE_OBJECT. Update argument
Tim Potter
2
-7
/
+13
2007-10-10
r7260: save current schema before I blow it away to try something different
Derrell Lipman
1
-14
/
+14
2007-10-10
r7259: Move the recv handler out into a seperate function (suggestion from
Andrew Bartlett
1
-51
/
+72
2007-10-10
r7258: Fix the final linking error with libkdc - we need to link libhdb as well.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r7257: Ensure the error message can never be uninitialised.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r7256: Demonstrate use of resolveName() js function.
Tim Potter
1
-0
/
+12
2007-10-10
r7255: Change syntax of resolveName() js function to be more like the
Tim Potter
1
-26
/
+28
2007-10-10
r7254: Add a mprWERROR() function with the same attributes as mprNTSTATUS.
Tim Potter
1
-0
/
+24
2007-10-10
r7253: Fix build.
Tim Potter
1
-1
/
+1
2007-10-10
r7252: Formatting.
Rafal Szczesniak
1
-1
/
+0
2007-10-10
r7251: Initial work on composite domain open call.
Rafal Szczesniak
2
-2
/
+4
2007-10-10
r7250: Starting work on composite domain open call.
Rafal Szczesniak
2
-0
/
+121
2007-10-10
r7249: Cope with struct member rename
Jelmer Vernooij
5
-7
/
+7
2007-10-10
r7248: Remove enum that is causing trouble on AIX
Jelmer Vernooij
2
-13
/
+11
2007-10-10
r7247: User shorter and more convenient name for credentials in
Rafal Szczesniak
2
-2
/
+4
2007-10-10
r7242: typo
Simo Sorce
1
-1
/
+1
2007-10-10
r7241: The KDC almost links...
Andrew Bartlett
5
-6
/
+1137
2007-10-10
r7240: Don't call our fancy error message routines on a null context.
Andrew Bartlett
1
-2
/
+1
2007-10-10
r7239: add a little test
Simo Sorce
1
-0
/
+1
2007-10-10
r7238: Add pam auth support in swat
Simo Sorce
3
-15
/
+108
2007-10-10
r7237: we need to check for PAM here
Simo Sorce
1
-0
/
+1
2007-10-10
r7236: uhmm this require to be in too
Simo Sorce
1
-4
/
+2
2007-10-10
r7235: We do not need PAM here anymore
Simo Sorce
1
-12
/
+0
2007-10-10
r7234: that code path is died
Simo Sorce
1
-1
/
+0
2007-10-10
r7233: what about filling that new element ?
Simo Sorce
1
-0
/
+3
2007-10-10
r7232: add some more auth stuff
Simo Sorce
3
-80
/
+442
2007-10-10
r7231: remove some old stuff
Simo Sorce
2
-153
/
+0
2007-10-10
r7230: use socket_pending() to get rid of the max packet size limits in the
Andrew Tridgell
1
-4
/
+8
2007-10-10
r7229: use socket_pending() to get rid of the max packet size limits in the
Andrew Tridgell
2
-7
/
+16
2007-10-10
r7228: use socket_pending() instead of the direct ioctl in the messaging code
Andrew Tridgell
1
-5
/
+6
2007-10-10
r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. It
Andrew Tridgell
4
-0
/
+40
2007-10-10
r7226: Forgot file to disable building the new kdc
Andrew Bartlett
1
-0
/
+1
2007-10-10
r7225: Create a MprVar object from a NTSTATUS, e.g:
Tim Potter
1
-0
/
+23
[next]