Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3127: added the initial code for the open files database. Doesn't do | Andrew Tridgell | 4 | -0/+155 |
2007-10-10 | r3126: in the brlock code I had used a void* for the brl context as I didn't | Andrew Tridgell | 2 | -15/+10 |
2007-10-10 | r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b... | Jelmer Vernooij | 4 | -18/+19 |
2007-10-10 | r3124: Add dcerpc_binding_from_tower() | Jelmer Vernooij | 2 | -19/+193 |
2007-10-10 | r3123: Add dcerpc_binding_build_tower() | Jelmer Vernooij | 5 | -12/+269 |
2007-10-10 | r3118: Eliminate struct dcesrv_ep_description and replace it with | Jelmer Vernooij | 5 | -80/+49 |
2007-10-10 | r3115: Bugfixes and extra debug in our kerberos verify code. | Andrew Bartlett | 2 | -27/+26 |
2007-10-10 | r3114: - More work on merging the various structs that describe endpoints | Jelmer Vernooij | 8 | -41/+75 |
2007-10-10 | r3113: make us able to generate the PAC with the same align as a MS KDC | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r3112: Fix two more instances of epm_towers (sorry, metze!) | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r3111: Add a few more protocol identifiers, rhs for ncalrpc | Jelmer Vernooij | 4 | -62/+94 |
2007-10-10 | r3110: Fix the krb5 client and server, so that it doesn't segfault. There | Andrew Bartlett | 4 | -49/+57 |
2007-10-10 | r3109: Give krbtgt and our machine account a random password in provision. | Andrew Bartlett | 2 | -0/+7 |
2007-10-10 | r3108: try to cope with servers that put FILE_ATTRIBUTE_NONINDEXED on files i... | Andrew Tridgell | 1 | -11/+15 |
2007-10-10 | r3107: slight tweak to the openx -> ntcreatex mapping routine. This mapping | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r3106: don't call a tree disconnect in the cifs backend, as during a smbd | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r3105: using __location__ instead of __LINE__ to give info on error locations... | Andrew Tridgell | 1 | -25/+25 |
2007-10-10 | r3104: My Win2k3 server, with current updates, still sends the LM key for lev... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r3103: use a destructor to ensure that on abnormnal rpc request termination | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r3102: typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3101: some minor fixes | Stefan Metzmacher | 1 | -8/+9 |
2007-10-10 | r3100: support 'bin/smbclient //w2k3-101/c$ -U \\administrator@w2k3.vmnet1.vm... | Stefan Metzmacher | 2 | -2/+7 |
2007-10-10 | r3099: implment sldb_ModifyDN() | Stefan Metzmacher | 1 | -1/+100 |
2007-10-10 | r3098: - fix segfault in sldb_Compare() | Stefan Metzmacher | 1 | -22/+21 |
2007-10-10 | r3097: - an empty string is a valid DN | Stefan Metzmacher | 3 | -120/+141 |
2007-10-10 | r3096: typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3095: - fix a free'ing of msg.dn | Stefan Metzmacher | 3 | -8/+8 |
2007-10-10 | r3094: import all LDAP error codes from the RFC 2251 | Stefan Metzmacher | 1 | -5/+39 |
2007-10-10 | r3093: - implment ldb_rename() and ldbrename | Stefan Metzmacher | 9 | -13/+271 |
2007-10-10 | r3092: prepare for build inside samba | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r3091: link only the needed stuff | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r3089: fix memleak | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r3087: fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3086: fixed smbpid handling in the cifs backend | Andrew Tridgell | 1 | -2/+50 |
2007-10-10 | r3085: make the RAW-WRITE tests more robust to errors in previous parts of th... | Andrew Tridgell | 1 | -19/+19 |
2007-10-10 | r3084: mincnt and maxcnt were the wrong way around in readbraw server code | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3083: fixed a couple of generic mapping errors found with RAW-* and cifs:map... | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to use | Andrew Tridgell | 2 | -6/+52 |
2007-10-10 | r3081: several updates to ntvfs and server side async request handling in | Andrew Tridgell | 15 | -491/+741 |
2007-10-10 | r3080: Make the Samba4 SAMR server pass the new, nasty torture test (now that | Andrew Bartlett | 1 | -0/+14 |
2007-10-10 | r3079: make code more pretty :-) | Andrew Bartlett | 2 | -5/+5 |
2007-10-10 | r3078: Allow more things to be set as command line options to provision. | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r3077: Add initial handling of Account Flags in SAMR user info level 21 and 25. | Andrew Bartlett | 1 | -0/+9 |
2007-10-10 | r3076: Fix memory leak. | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r3075: Initialise (and check for intialisation) of the private pointer to | Andrew Bartlett | 2 | -2/+8 |
2007-10-10 | r3074: Add in a new 'field present' flag samr.idl for the Account Flags | Andrew Bartlett | 2 | -44/+195 |
2007-10-10 | r3073: Fix bug in the handling of null-terminated ASCII strings in RPC. | Andrew Bartlett | 2 | -1/+19 |
2007-10-10 | r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(... | Andrew Tridgell | 5 | -6/+14 |
2007-10-10 | r3063: our default dos charset is CP850, but some systems don't have that, so | Andrew Tridgell | 1 | -0/+14 |
2007-10-10 | r3062: handle spaces at the start of options in lp_set_cmdline() | Andrew Tridgell | 1 | -0/+3 |