Age | Commit message (Expand) | Author | Files | Lines |
2009-02-10 | Convert api_NetUserGetGroups to use samr instead of pdb | Volker Lendecke | 1 | -50/+68 |
2009-02-07 | Convert api_RNetGroupEnum to use samr instead of pdb | Volker Lendecke | 1 | -30/+81 |
2009-02-07 | Close samr_handle if open_domain failed | Volker Lendecke | 1 | -0/+1 |
2009-02-01 | Convert api_RNetUserEnum to use the srv_samr_nt.c directly | Volker Lendecke | 1 | -26/+77 |
2009-02-01 | Fix nonempty blank lines | Volker Lendecke | 1 | -58/+57 |
2009-01-16 | s3:put the browse list into cache_dir, not lock_dir. | Michael Adam | 1 | -2/+2 |
2008-11-02 | Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_reply | Volker Lendecke | 1 | -1/+1 |
2008-10-12 | Use common util_file code. | Jelmer Vernooij | 1 | -3/+3 |
2008-06-28 | Let send_trans_reply work on only the inbuf | Volker Lendecke | 1 | -1/+1 |
2008-06-26 | remove unused extern current_user from lanman.c | Volker Lendecke | 1 | -2/+0 |
2008-06-26 | Change print_access_check to take auth_serversupplied_info instead of current... | Volker Lendecke | 1 | -6/+12 |
2008-06-19 | Wrap the unix token info in a unix_user_token in auth_serversupplied_info | Volker Lendecke | 1 | -6/+6 |
2008-05-25 | Remove some references to get_current_username() and current_user_info | Volker Lendecke | 1 | -4/+4 |
2008-05-25 | Remove reference to current_user_info from lanman.c | Volker Lendecke | 1 | -13/+13 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -1/+8 |
2008-05-10 | Remove "user" from connection_struct | Volker Lendecke | 1 | -4/+4 |
2008-05-10 | Remove the unix token info from connection_struct | Volker Lendecke | 1 | -4/+4 |
2008-05-05 | Remove "userdom_struct user" from "struct user_struct" | Volker Lendecke | 1 | -4/+8 |
2008-05-05 | Remove "guest" from "struct user_struct" | Volker Lendecke | 1 | -1/+1 |
2008-05-05 | Remove the unix token info from "struct user_struct" | Volker Lendecke | 1 | -4/+6 |
2008-05-05 | Remove "logon_script" from "struct user_struct" | Volker Lendecke | 1 | -8/+8 |
2008-05-05 | Remove "homedir" from "struct user_struct" | Volker Lendecke | 1 | -2/+12 |
2008-04-14 | Fix some "ignoring asprintf result" warnings | Volker Lendecke | 1 | -15/+15 |
2008-02-05 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -1/+1 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -1/+1 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -1/+1 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -16/+35 |
2007-12-03 | Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.c | Jeremy Allison | 1 | -26/+34 |
2007-11-26 | Fix bug 5055 | Volker Lendecke | 1 | -1/+1 |
2007-11-19 | Always check return from push_ascii. | Jeremy Allison | 1 | -0/+6 |
2007-11-12 | Remove pstrings from lanman.c | Jeremy Allison | 1 | -54/+148 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -50/+50 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25103: Ensure we don't return unwritten memory (valgrind caught). | Jeremy Allison | 1 | -61/+74 |
2007-10-10 | r24949: Remove some static buffers | Volker Lendecke | 1 | -7/+5 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24244: Complete the conversion of reply_trans[s] | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24243: Remove reply_prep_legacy from api_reply | Volker Lendecke | 1 | -22/+16 |
2007-10-10 | r24130: Explicitly pass flags2 to srvstr_push | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23967: Memleak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com> | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 1 | -2/+1 |
2007-10-10 | r22911: Pass a messaging_context to message_send_all | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r22761: This introduces lib/conn_tdb.c with two main functions: connections_t... | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r22561: Fix a memleak in lanman.c: Nobody would free the session_list. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -5/+19 |
2007-10-10 | r22065: First logic change I've found :-(. We were being too | Jeremy Allison | 1 | -9/+24 |
2007-10-10 | r22050: Fix a couple of off-by-one errors in the rap | Jeremy Allison | 1 | -3/+15 |