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
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r7267: REMOTE_HOST is a better choice
Simo Sorce
1
-34
/
+65
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
1
-2
/
+7
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
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
2
-1
/
+83
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
1
-105
/
+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
2007-10-10
r7224: add some more usefull data to the auth_usersupplied_info struct
Simo Sorce
2
-5
/
+14
2007-10-10
r7223: Advance script past interpreter line.
Tim Potter
1
-0
/
+11
2007-10-10
r7222: remove double call to the same function in the same place, probable cu...
Simo Sorce
1
-6
/
+0
2007-10-10
r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to be
Andrew Bartlett
8
-0
/
+264
2007-10-10
r7220: Fix comment
Andrew Bartlett
1
-1
/
+1
2007-10-10
r7219: Don't allow 'binding' to be used uninitilaised.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r7218: Don't use an uninitialised variable in an error message.
Andrew Bartlett
1
-2
/
+1
2007-10-10
r7215: Convert smbscript to use ejsEvalScript() and file_load() instead of
Tim Potter
1
-4
/
+7
2007-10-10
r7214: Undo my interpreter patch. Tridge thought of a much better way to do it
Tim Potter
4
-52
/
+4
2007-10-10
r7213: Add a small bit to the ejs parser to ignore a #!/path/to/interpreter
Tim Potter
4
-4
/
+52
2007-10-10
r7212: Disambiguate dummy functions to avoid linker problemos.
Tim Potter
2
-2
/
+2
2007-10-10
r7211: - use ioctl(FIONREAD) to remove the artificial limit on messaging size
Andrew Tridgell
1
-42
/
+51
[prev]
[next]