Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r25607: Allow to set security descriptor type flags at creation time with | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 8 | -31/+31 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 5 | -6/+15 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 5 | -7/+9 |
2007-10-10 | r25367: Add initial implementation of internal group add function. | Rafal Szczesniak | 4 | -0/+175 |
2007-10-10 | r25356: Conversion from the old-style composite functions take 2. | Rafal Szczesniak | 1 | -340/+239 |
2007-10-10 | r25315: Revert my last change until I find out what's causing the | Rafal Szczesniak | 1 | -233/+334 |
2007-10-10 | r25312: Replace the old-style composite calls. | Rafal Szczesniak | 1 | -334/+233 |
2007-10-10 | r25301: Merge my includes.h cleanups. | Jelmer Vernooij | 2 | -0/+4 |
2007-10-10 | r25256: Fix missing field set in libnet_ModifyUser routine. | Rafal Szczesniak | 2 | -1/+10 |
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 2 | -2/+2 |
2007-10-10 | r25048: From the archives (patch found in one of my old working trees): | Andrew Bartlett | 1 | -5/+12 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 4 | -0/+4 |
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ts=... | Jelmer Vernooij | 2 | -2/+4 |
2007-10-10 | r24732: Add comments and fix memory leak. | Rafal Szczesniak | 1 | -8/+61 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24680: fix a couple of stupid typos from previous commit. | Rafal Szczesniak | 1 | -6/+6 |
2007-10-10 | r24679: Add (raw and untested) implementation of libnet_GroupInfo function. | Rafal Szczesniak | 4 | -0/+215 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 9 | -23/+23 |
2007-10-10 | r24554: Add internal implementation (before api function) of group | Rafal Szczesniak | 5 | -0/+418 |
2007-10-10 | r24551: rename dcerpc_interface_table -> ndr_interface_table | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24127: Set the Domain SID into the libnet context, and have libnet_UserInfo | Andrew Bartlett | 4 | -2/+12 |
2007-10-10 | r24051: more monitor function calls and monitor msg names | Rafal Szczesniak | 5 | -40/+99 |
2007-10-10 | r24011: Keep the connect handle around in libnet, in case we want it. | Andrew Bartlett | 2 | -0/+2 |
2007-10-10 | r23959: add more monitor messages support that's been sitting around on my | Rafal Szczesniak | 6 | -55/+216 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 35 | -105/+70 |
2007-10-10 | r23292: check for errors returned in a call result. | Rafal Szczesniak | 1 | -0/+5 |
2007-10-10 | r22944: fix bug #4618: | Stefan Metzmacher | 8 | -42/+42 |
2007-10-10 | r22811: two more memory allocation checks. | Rafal Szczesniak | 2 | -1/+4 |
2007-10-10 | r22809: use buffer size specified in libnet context. | Rafal Szczesniak | 2 | -5/+1 |
2007-10-10 | r22808: store default buffer size for samr operations in libnet context. | Rafal Szczesniak | 2 | -1/+5 |
2007-10-10 | r22804: convert libnet_rpc_userinfo function to use "continue" functions | Rafal Szczesniak | 1 | -127/+124 |
2007-10-10 | r22764: - replace talloc_zero with composite_create | Rafal Szczesniak | 1 | -16/+5 |
2007-10-10 | r22763: replace talloc_zero calls with composite_create and add more | Rafal Szczesniak | 2 | -17/+16 |
2007-10-10 | r22735: correct some comments | Rafal Szczesniak | 1 | -1/+2 |
2007-10-10 | r22734: - use samr pipe if it is already opened | Rafal Szczesniak | 1 | -16/+79 |
2007-10-10 | r22672: use composite_create calls instead of talloc_zero. | Rafal Szczesniak | 1 | -12/+6 |
2007-10-10 | r22669: fix uninitialized element which was causing a crash with 'net passwor... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r22565: add libnet_DomainList function. | Rafal Szczesniak | 2 | -0/+265 |
2007-10-10 | r22536: resolve name before passing to cldap | Stefan Metzmacher | 1 | -2/+13 |
2007-10-10 | r22519: convert libnet_DomainOpenSamr function from state-handling routine | Rafal Szczesniak | 1 | -122/+84 |
2007-10-10 | r22437: fix dependencies | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r21839: add my email address | Stefan Metzmacher | 4 | -4/+4 |
2007-10-10 | r21827: move comments to the place where the functionality is implemented | Stefan Metzmacher | 1 | -0/+156 |
2007-10-10 | r21826: reorder functions | Stefan Metzmacher | 1 | -23/+25 |
2007-10-10 | r21821: move comment about the becoming a dc to the code which implements it | Stefan Metzmacher | 1 | -0/+643 |
2007-10-10 | r21820: move function, so that all are in top-down order as they get called | Stefan Metzmacher | 1 | -23/+25 |
2007-10-10 | r21541: Export mgmt, samr and atsvc for use in samba-gtk. | Jelmer Vernooij | 1 | -1/+1 |