summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * s3: Remove some unused codeVolker Lendecke2009-12-281-101/+0
| * s3: Simplify winbindd_list_trusted_domains() slightlyVolker Lendecke2009-12-281-31/+23
| * s3: Simplify "setup_domain_child" slightlyVolker Lendecke2009-12-282-3/+1
| * python: Remove sys.path line rather than updating it when installing to pytho...Jelmer Vernooij2009-12-272-14/+28
| * s3:winbind Make the normal client exit message a bit more understandableVolker Lendecke2009-12-261-2/+7
| * s3: Fix a typo found by Matthias Dieter Wallnöfer <mdw@samba.org> -- thanks :-)Volker Lendecke2009-12-261-1/+1
| * s3: Fix a bogus uninitialized variable warningVolker Lendecke2009-12-261-1/+1
| * s3: Replace IS_DOMAIN_OFFLINE by a functionVolker Lendecke2009-12-266-9/+16
| * s3: Fix some nonempty blank linesVolker Lendecke2009-12-262-5/+5
| * s3: winbindd_cli_state->getgrent_state is no longer usedVolker Lendecke2009-12-264-39/+0
| * s3: getgrent_state has been replaced by grent_stateVolker Lendecke2009-12-261-1/+1
| * py_net/libnet: Remove C++-style comments, add more error checking, moveJelmer Vernooij2009-12-252-5/+12
| * s4-libnet: Simple test for net.SetPassword() python bindingKamen Mazdrashki2009-12-251-0/+62
| * s4-libnet: Python binding for libnet_SetPassword()Kamen Mazdrashki2009-12-251-6/+66
| * s4-net: Fix 'talloc_free with references ...' errorKamen Mazdrashki2009-12-251-4/+4
| * s4:auth: change auth_check_password_send/recv to tevent_reqStefan Metzmacher2009-12-244-126/+169
| * s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher2009-12-245-68/+110
| * s4:kdc: use the remote and local address from the stream_connection structStefan Metzmacher2009-12-241-41/+2
| * s4:smbd: hold tsocket_addresses on the stream_connectionStefan Metzmacher2009-12-243-10/+27
| * s4:smb_server: fix mixing socket_address and tsocket_addressStefan Metzmacher2009-12-241-6/+9
| * s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ...Stefan Metzmacher2009-12-242-0/+32
| * s4:lib/socket: add helpers functions to convert between socket_address and ts...Stefan Metzmacher2009-12-243-1/+48
| * tsocket: only copy the specific part of sockaddr*Stefan Metzmacher2009-12-241-0/+5
| * tsocket: allow AF_UNIX sockaddrs smaller than sizeof(sockaddr_un)Stefan Metzmacher2009-12-241-4/+5
| * s3: Remove unused delete_negative_conn_cache()Volker Lendecke2009-12-242-24/+0
| * s3: Remove unused flush_negative_conn_cache()Volker Lendecke2009-12-242-10/+0
| * s3: Remove some unnecessary variables from libsmb/conn_cache.cVolker Lendecke2009-12-241-9/+4
| * s3: Fix a comment in conn_cache.cVolker Lendecke2009-12-241-1/+1
| * s3: Fix a 64-bit errorVolker Lendecke2009-12-241-4/+5
| * s3: Remove some pointless SMB_ASSERTsVolker Lendecke2009-12-241-3/+10
| * s3: Remove some pointless castsVolker Lendecke2009-12-241-5/+4
| * Attempt to fix one of the last two bugs with the full Windows ACL support.Jeremy Allison2009-12-231-0/+106
| * The posix acl version of set_nt_acl() could set the stat_exJeremy Allison2009-12-232-7/+19
| * s4:cleanups More trailing spaces and tabsSimo Sorce2009-12-236-181/+181
| * s4:cleanups remove trailing spaces and tabsSimo Sorce2009-12-231-119/+120
| * doc: update mount.cifs man page with nounix optionSuresh Jayaraman2009-12-231-2/+52
| * s4:ldb Fix declaration in the middle of the codeSimo Sorce2009-12-231-2/+4
| * s4: Fix the buildSimo Sorce2009-12-231-0/+1
| * s4: tests controls parsing and using for ldbadd/ldbedit/ldbmodifyMatthieu Patou2009-12-234-1/+90
| * s4: make ldbadd/ldbmodify/ldbdelete really use the --controls switchMatthieu Patou2009-12-236-9/+230
| * s3: wbinfo --ping-dc is not cacheableVolker Lendecke2009-12-231-0/+1
| * s3: Remove some unused codeVolker Lendecke2009-12-234-164/+0
| * s3: Remove unused sendto_child()Volker Lendecke2009-12-232-9/+0
| * s3-net: use generated krb5.conf in 'net ads testjoin'Günther Deschner2009-12-231-0/+4
| * s3-docs: mention -M option and remove nonexisting -G option in pdbedit manpage.Günther Deschner2009-12-231-5/+5
| * s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-2215-1/+17
| * s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett2009-12-229-53/+53
| * s3:ntlmssp: move to C99 integer types in ntlmssp.hAndrew Bartlett2009-12-221-5/+5
| * s3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_roleAndrew Bartlett2009-12-222-3/+3
| * libcli/auth Make gd's NDR NTLMSSP parsers helpers commonAndrew Bartlett2009-12-224-3/+3