Age | Commit message (Expand) | Author | Files | Lines |
2003-02-25 | Progress on CR 601 | Gerald Carter | 1 | -1/+1 |
2003-02-21 | couple of merges from APP_HEAD | Gerald Carter | 1 | -1/+1 |
2003-02-21 | couple of merges from APP_HEAD | Gerald Carter | 1 | -1/+1 |
2003-02-18 | Check return code of string_to_sid. (Merge from HEAD) | Martin Pool | 1 | -22/+26 |
2003-02-18 | init_dom_sid2s: Check return code from string_to_sid. Skip tokens | Martin Pool | 1 | -8/+12 |
2003-02-14 | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 3 | -30/+72 |
2003-02-14 | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 3 | -30/+72 |
2003-02-11 | removed a duplicate copy of smb_io_sid_array() | Andrew Tridgell | 1 | -46/+0 |
2003-02-11 | added server stubs for lsa_enum_acct_with_right | Andrew Tridgell | 2 | -0/+86 |
2003-02-10 | added the 'lsaenumacctwithright' command to rpcclient. This allows you | Andrew Tridgell | 2 | -2/+111 |
2003-02-06 | added the LSA privileges server backend stubs. Right now they just log | Andrew Tridgell | 1 | -1/+30 |
2003-02-02 | Merge from HEAD: Send the session key to the client, allowing it to perform SMB | Andrew Bartlett | 1 | -2/+2 |
2003-02-02 | Send the user's session key in the SAMLOGON reply, so that a member server can | Andrew Bartlett | 1 | -2/+2 |
2003-01-29 | Merge tpot's changes to request the correct sizes for user dispinfo | Jeremy Allison | 1 | -2/+2 |
2003-01-29 | Pass down max_size parameter to init_samr_q_query_dispinfo() instead | Tim Potter | 1 | -2/+2 |
2003-01-29 | Merge tridge's client priv code from HEAD. | Jeremy Allison | 1 | -0/+61 |
2003-01-28 | added LsaRemoveAccountRights | Andrew Tridgell | 1 | -0/+61 |
2003-01-28 | Merging tridge's privillage client changes from HEAD. | Jeremy Allison | 2 | -12/+103 |
2003-01-28 | cleaned up the lsa_enum_acct_rights function and added a | Andrew Tridgell | 2 | -12/+103 |
2003-01-17 | reverted this patch till I sort out the craziness with UNIHDR | Andrew Tridgell | 8 | -185/+194 |
2003-01-17 | This removes the 3rd argument from init_unistr2(). There were 240 | Andrew Tridgell | 8 | -194/+185 |
2003-01-15 | merging some rpcclient and net functionality from HEAD | Gerald Carter | 3 | -19/+109 |
2003-01-15 | added cli_lsa_enum_account_rights() call. Note that this is in | Andrew Tridgell | 2 | -0/+109 |
2003-01-13 | Fix typo, and the build. | Andrew Bartlett | 1 | -1/+1 |
2003-01-13 | Make sure that those cleanups actually went in. | Richard Sharpe | 1 | -2/+2 |
2003-01-13 | Now that I am running config.developer, I decided to get rif of some warnings: | Richard Sharpe | 1 | -2/+2 |
2003-01-09 | Remove dead function. | Tim Potter | 1 | -19/+0 |
2003-01-04 | Missed from previous commit - merge from HEAD the changes to the remote | Andrew Bartlett | 1 | -4/+8 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 13 | -661/+662 |
2003-01-02 | BIG patch... | Andrew Bartlett | 13 | -661/+662 |
2002-12-31 | Merge tridge's fix : | Jeremy Allison | 1 | -2/+8 |
2002-12-30 | the shutdown call does not have a 16 bit flags, but 2 byte representing booleans | Simo Sorce | 1 | -4/+8 |
2002-12-23 | the 'padding' field in the query domain info reply is not a padding | Andrew Tridgell | 1 | -2/+8 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -1/+1 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -1/+1 |
2002-12-20 | Merge of comment about apparent spoolss_io_user_info weirdness. | Tim Potter | 1 | -0/+4 |
2002-12-13 | Guy Harris points out that the level and ptr fields in a | Tim Potter | 1 | -0/+4 |
2002-12-03 | Support printer info 7, used for publishing | Jim McDonough | 1 | -0/+63 |
2002-12-03 | Support printer info 7, used for publishing | Jim McDonough | 1 | -0/+63 |
2002-11-23 | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 1 | -1/+2 |
2002-11-23 | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 1 | -1/+2 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 5 | -40/+42 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 5 | -40/+42 |
2002-11-08 | Sync with HEAD to get enumprinterkey api. | Jim McDonough | 1 | -0/+29 |
2002-11-07 | Being tpot's janitor again.... checking in things only checked into HEAD. | Jeremy Allison | 1 | -3/+4 |
2002-11-07 | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 1 | -1/+1 |
2002-11-07 | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 1 | -1/+1 |
2002-11-06 | For a BUFFER5, don't parse the buffer if the buffer length is zero. | Tim Potter | 1 | -3/+4 |
2002-11-06 | Client side functions for enumprinterkey. | Tim Potter | 1 | -0/+29 |
2002-11-02 | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 1 | -3/+13 |