summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7253: Fix build.Tim Potter1-1/+1
2007-10-10r7252: Formatting.Rafal Szczesniak1-1/+0
2007-10-10r7251: Initial work on composite domain open call.Rafal Szczesniak2-2/+4
2007-10-10r7250: Starting work on composite domain open call.Rafal Szczesniak2-0/+121
2007-10-10r7249: Cope with struct member renameJelmer Vernooij5-7/+7
2007-10-10r7248: Remove enum that is causing trouble on AIXJelmer Vernooij2-13/+11
2007-10-10r7247: User shorter and more convenient name for credentials inRafal Szczesniak2-2/+4
2007-10-10r7242: typoSimo Sorce1-1/+1
2007-10-10r7241: The KDC almost links...Andrew Bartlett5-6/+1137
2007-10-10r7240: Don't call our fancy error message routines on a null context.Andrew Bartlett1-2/+1
2007-10-10r7239: add a little testSimo Sorce1-0/+1
2007-10-10r7238: Add pam auth support in swatSimo Sorce2-1/+83
2007-10-10r7237: we need to check for PAM hereSimo Sorce1-0/+1
2007-10-10r7236: uhmm this require to be in tooSimo Sorce1-4/+2
2007-10-10r7235: We do not need PAM here anymoreSimo Sorce1-12/+0
2007-10-10r7234: that code path is diedSimo Sorce1-1/+0
2007-10-10r7233: what about filling that new element ?Simo Sorce1-0/+3
2007-10-10r7232: add some more auth stuffSimo Sorce3-80/+442
2007-10-10r7231: remove some old stuffSimo Sorce1-105/+0
2007-10-10r7230: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell1-4/+8
2007-10-10r7229: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell2-7/+16
2007-10-10r7228: use socket_pending() instead of the direct ioctl in the messaging codeAndrew Tridgell1-5/+6
2007-10-10r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. ItAndrew Tridgell4-0/+40
2007-10-10r7226: Forgot file to disable building the new kdcAndrew Bartlett1-0/+1
2007-10-10r7225: Create a MprVar object from a NTSTATUS, e.g:Tim Potter1-0/+23
2007-10-10r7224: add some more usefull data to the auth_usersupplied_info structSimo Sorce2-5/+14
2007-10-10r7223: Advance script past interpreter line.Tim Potter1-0/+11
2007-10-10r7222: remove double call to the same function in the same place, probable cu...Simo Sorce1-6/+0
2007-10-10r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to beAndrew Bartlett8-0/+264
2007-10-10r7220: Fix commentAndrew Bartlett1-1/+1
2007-10-10r7219: Don't allow 'binding' to be used uninitilaised.Andrew Bartlett1-0/+2
2007-10-10r7218: Don't use an uninitialised variable in an error message.Andrew Bartlett1-2/+1
2007-10-10r7215: Convert smbscript to use ejsEvalScript() and file_load() instead ofTim Potter1-4/+7
2007-10-10r7214: Undo my interpreter patch. Tridge thought of a much better way to do itTim Potter4-52/+4
2007-10-10r7213: Add a small bit to the ejs parser to ignore a #!/path/to/interpreterTim Potter4-4/+52
2007-10-10r7212: Disambiguate dummy functions to avoid linker problemos.Tim Potter2-2/+2
2007-10-10r7211: - use ioctl(FIONREAD) to remove the artificial limit on messaging sizeAndrew Tridgell1-42/+51
2007-10-10r7206: changed the messaging library to use sendto instead of a connectedAndrew Tridgell1-119/+94
2007-10-10r7205: added support for sendto() on unix domain socketsAndrew Tridgell1-0/+32
2007-10-10r7204: Also fall back to different password set methods on WRITE_FAULT, asAndrew Bartlett1-1/+1
2007-10-10r7203: Fill in the error message and fail if we can't open the secrets database.Andrew Bartlett1-0/+6
2007-10-10r7198: Add IDL for browse serviceJelmer Vernooij1-0/+111
2007-10-10r7196: fix typo, that makes the spoolss test working with [validate]Stefan Metzmacher1-2/+2
2007-10-10r7195: - Fix echo pipeJelmer Vernooij3-18/+38
2007-10-10r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side n...Stefan Metzmacher1-1/+2
2007-10-10r7193: add some bail out checks and fix pushing of relative pointersStefan Metzmacher1-2/+19
2007-10-10r7188: make use of the new relative_base property for the spoolss_Enum* funct...Stefan Metzmacher1-14/+14
2007-10-10r7187: fix alignment of unionsStefan Metzmacher2-17/+14
2007-10-10r7186: add [relative_base] property, which is allowed on typedef'sStefan Metzmacher4-59/+195
2007-10-10r7185: fix formattingStefan Metzmacher1-35/+35