summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r7270: A big revamp to the way we handle kerberos errors in Samba4. We nowAndrew Bartlett2007-10-109-100/+167
* r7269: talloc_steal() is preferred where possible, as it can't fail and doesAndrew Bartlett2007-10-101-2/+2
* r7268: allocate the strings to avoid them disappearing under our feetSimo Sorce2007-10-101-5/+5
* r7267: REMOTE_HOST is a better choiceSimo Sorce2007-10-102-35/+72
* r7266: Split the different types of js function defines into separate files,Tim Potter2007-10-106-243/+368
* r7265: fixed d_printf() so it works again.Andrew Tridgell2007-10-101-2/+2
* r7264: fix up the socket handling for abartlet. Still only udp, but it won'tAndrew Tridgell2007-10-104-44/+80
* r7263: Exit smbscript with the intepreter return value (defaults to 0).Tim Potter2007-10-101-10/+13
* r7262: Add a length property to ARGV array.Tim Potter2007-10-101-0/+1
* r7261: Pass by reference is done in js via MPR_TYPE_OBJECT. Update argumentTim Potter2007-10-102-7/+13
* r7260: save current schema before I blow it away to try something differentDerrell Lipman2007-10-101-14/+14
* r7259: Move the recv handler out into a seperate function (suggestion fromAndrew Bartlett2007-10-101-51/+72
* r7258: Fix the final linking error with libkdc - we need to link libhdb as well.Andrew Bartlett2007-10-101-0/+1
* r7257: Ensure the error message can never be uninitialised.Andrew Bartlett2007-10-101-0/+1
* r7256: Demonstrate use of resolveName() js function.Tim Potter2007-10-101-0/+12
* r7255: Change syntax of resolveName() js function to be more like theTim Potter2007-10-101-26/+28
* r7254: Add a mprWERROR() function with the same attributes as mprNTSTATUS.Tim Potter2007-10-101-0/+24
* r7253: Fix build.Tim Potter2007-10-101-1/+1
* r7252: Formatting.Rafal Szczesniak2007-10-101-1/+0
* r7251: Initial work on composite domain open call.Rafal Szczesniak2007-10-102-2/+4
* r7250: Starting work on composite domain open call.Rafal Szczesniak2007-10-102-0/+121
* r7249: Cope with struct member renameJelmer Vernooij2007-10-105-7/+7
* r7248: Remove enum that is causing trouble on AIXJelmer Vernooij2007-10-102-13/+11
* r7247: User shorter and more convenient name for credentials inRafal Szczesniak2007-10-102-2/+4
* r7242: typoSimo Sorce2007-10-101-1/+1
* r7241: The KDC almost links...Andrew Bartlett2007-10-105-6/+1137
* r7240: Don't call our fancy error message routines on a null context.Andrew Bartlett2007-10-101-2/+1
* r7239: add a little testSimo Sorce2007-10-101-0/+1
* r7238: Add pam auth support in swatSimo Sorce2007-10-103-15/+108
* r7237: we need to check for PAM hereSimo Sorce2007-10-101-0/+1
* r7236: uhmm this require to be in tooSimo Sorce2007-10-101-4/+2
* r7235: We do not need PAM here anymoreSimo Sorce2007-10-101-12/+0
* r7234: that code path is diedSimo Sorce2007-10-101-1/+0
* r7233: what about filling that new element ?Simo Sorce2007-10-101-0/+3
* r7232: add some more auth stuffSimo Sorce2007-10-103-80/+442
* r7231: remove some old stuffSimo Sorce2007-10-102-153/+0
* r7230: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell2007-10-101-4/+8
* r7229: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell2007-10-102-7/+16
* r7228: use socket_pending() instead of the direct ioctl in the messaging codeAndrew Tridgell2007-10-101-5/+6
* r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. ItAndrew Tridgell2007-10-104-0/+40
* r7226: Forgot file to disable building the new kdcAndrew Bartlett2007-10-101-0/+1
* r7225: Create a MprVar object from a NTSTATUS, e.g:Tim Potter2007-10-101-0/+23
* r7224: add some more usefull data to the auth_usersupplied_info structSimo Sorce2007-10-102-5/+14
* r7223: Advance script past interpreter line.Tim Potter2007-10-101-0/+11
* r7222: remove double call to the same function in the same place, probable cu...Simo Sorce2007-10-101-6/+0
* r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to beAndrew Bartlett2007-10-108-0/+264
* r7220: Fix commentAndrew Bartlett2007-10-101-1/+1
* r7219: Don't allow 'binding' to be used uninitilaised.Andrew Bartlett2007-10-101-0/+2
* r7218: Don't use an uninitialised variable in an error message.Andrew Bartlett2007-10-101-2/+1
* r7215: Convert smbscript to use ejsEvalScript() and file_load() instead ofTim Potter2007-10-101-4/+7