Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 27 | -1179/+425 |
2007-10-10 | r10809: Add struct decl | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r10807: Make the split-out files actually compile... | Andrew Bartlett | 2 | -7/+7 |
2007-10-10 | r10806: Add missing file. | Andrew Bartlett | 1 | -0/+35 |
2007-10-10 | r10805: Move RPC-SAMLOGON to C99 initialisation | Andrew Bartlett | 1 | -97/+97 |
2007-10-10 | r10804: Move the DRSUAPI cracknames test into a seperate file, and collapse | Andrew Bartlett | 3 | -1219/+719 |
2007-10-10 | r10803: Remove a duplicate krbtgt test, and add a test looking for the | Andrew Bartlett | 1 | -10/+10 |
2007-10-10 | r10800: Indent | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r10796: Make getting an anonymous session info a utility function. | Andrew Bartlett | 2 | -21/+27 |
2007-10-10 | r10791: Add copyright, fix comments (this isn't the timestamps module any more) | Andrew Bartlett | 1 | -3/+2 |
2007-10-10 | r10790: allow updating of existing ldb opaque values (thanks to abartlet for | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r10788: - Give unions a name | Jelmer Vernooij | 2 | -2/+3 |
2007-10-10 | r10787: Fix silly nodiscriminant-issue | Jelmer Vernooij | 2 | -1/+5 |
2007-10-10 | r10768: add a function to create a stream_connection from an already | Stefan Metzmacher | 1 | -0/+33 |
2007-10-10 | r10766: - make it possible to mark a wrepl_request as send only, | Stefan Metzmacher | 4 | -18/+137 |
2007-10-10 | r10765: Actually use VALS() setting for enums | Jelmer Vernooij | 1 | -21/+21 |
2007-10-10 | r10764: To match Win2k3 SP1, we need to set an anonymous user token for | Andrew Bartlett | 3 | -13/+24 |
2007-10-10 | r10763: PROOF of the single, easily understood cause of all of our schannel P... | Andrew Bartlett | 1 | -4/+87 |
2007-10-10 | r10761: we need to use a pointer to a nbt_name to fix compiler warnings, beca... | Stefan Metzmacher | 3 | -19/+25 |
2007-10-10 | r10760: remove only one star from the pointers, and not from the stars that | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r10759: make modules easier to write by allowing modules to only implement the | Andrew Tridgell | 8 | -248/+78 |
2007-10-10 | r10757: remove the proxy module (it is not complete yet) | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r10756: another fix for the construction of expressions from subtrees for | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r10755: fixed the construction of expressions from subtrees for SUBSTRING sea... | Andrew Tridgell | 1 | -1/+8 |
2007-10-10 | r10754: fixed a valgrind error for unmatched SMB replies | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r10753: don't require every ldb module to implement both a search_bytree() and | Andrew Tridgell | 18 | -237/+95 |
2007-10-10 | r10752: make sure we set the exist status correctly for the tdb tests | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10742: Support multi-level pointers + ref pointer fixes | Jelmer Vernooij | 4 | -25/+71 |
2007-10-10 | r10739: Reduce number of calls to prs_align_custom() | Jelmer Vernooij | 2 | -22/+26 |
2007-10-10 | r10737: Fix some alignment issues | Jelmer Vernooij | 2 | -43/+70 |
2007-10-10 | r10734: Generate ptr, size, offset, and length elements in unions just once. | Jelmer Vernooij | 2 | -12/+30 |
2007-10-10 | r10732: Generate _ctr structures for unions | Jelmer Vernooij | 3 | -8/+65 |
2007-10-10 | r10726: fix to talloc_parent() from Michael O'Brien | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10721: Handle allocations and primitive / deferred data correctly. In theory, | Jelmer Vernooij | 3 | -83/+273 |
2007-10-10 | r10719: Remove __FUNCTION__ macro as it might not be available at all systems | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r10718: Another large set of small improvements. All generated files compile | Jelmer Vernooij | 4 | -56/+160 |
2007-10-10 | r10717: Another bunch of small updates. All generated files except parse_dfs.c | Jelmer Vernooij | 5 | -19/+31 |
2007-10-10 | r10716: Use correct Samba3 data types for strings. Also use Samba3 types | Jelmer Vernooij | 1 | -22/+65 |
2007-10-10 | r10715: More Samba3 parser generator improvements: | Jelmer Vernooij | 3 | -30/+111 |
2007-10-10 | r10713: Couple more updates to the Samba3 parser generators. | Jelmer Vernooij | 5 | -90/+300 |
2007-10-10 | r10712: Use data_blob_talloc, thanks to valgrind for finding the errors. | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r10711: An error of 'user exists' is not an error, just an indication of how | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r10709: fixed a crash bug rather similar to the one volker found in the dcerpc | Andrew Tridgell | 2 | -5/+25 |
2007-10-10 | r10708: a bit more error checking in the idap ldb backend | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r10706: split out the irpc server functions in the NBT server, so the mainline | Andrew Tridgell | 3 | -151/+195 |
2007-10-10 | r10705: fixed a crash bug in the getdcname irpc server for winbind. The | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10704: don't try to free the netlogon pipe twice | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r10703: Add a new user account, change the password and test it in the SAMLOG... | Andrew Bartlett | 2 | -44/+135 |
2007-10-10 | r10702: Fix a silly error that caused a rejoin/delete in the torture code to ... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r10701: Ensure we return the right user handle. | Andrew Bartlett | 1 | -2/+2 |